Level 2 Go Back Creating an Object views 7:31 You will notice here that before the function name we have written House:: . This indicates to the computer which class the function belongs to. This is very handy when your program has more than one class. Object Oriented Language Creating an Object Functions in Classes Inheritance Multiple Inheritance Overloading - Function Overloading Operator Overloading Polymorphism Abstract Classes