Object Oriented programming

Gap-fill exercise

  
Fill in all the gaps, then press "Check" to check your answers. Use the "Hint" button to get a free letter if an answer is giving you trouble. You can also click on the "[?]" button to get a clue. Note that you will lose points if you ask for hints or clues!
1.The variables inside class definition are called as .
2.Objects are initialised using special class functions called .
3. is the process of combining data and function into a single unit called class.
4.Classes that can be used to instantiate objects are called classes.
5.When there are multiple functions with same name but different parameters then these functions are said to be .