Answer Posted / julian c
Stop thinking like programmers saying "Object is a class in Java, c# etc".
I have in front of me a number of Whiffleplops of different colours; black, blue and red.
The black, blue and red Whiffleplops are three different objects. They are also of different sizes and I can play with them.
Do you have a Whiffleplop with you? No? (Why not).
Do you see that Whiffleplop is a CLASS of object that I can define as having two attributes (colour and size) and behaviour (you can play with it)? When you do get a Whiffleplop of any size or colour then you'll have an object, or an instance of the Whiffleplop class. You don;t have to have one for me to define the class though!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is super keyword?
Write about abstract base classes?
What is the use of destructive method?
What is the difference abstract class and interface?
What if we make the method as abstract in another interface?
Do structs support inheritance?
What are the limitations of oops?
Explain the abstract class modifier?
What is garbage collection(gc)?
Define Initialisation Purpose.
What is operator overloading and polymorphism?
Explain static binding
What is ‘this’ pointer?
Explain the different types of constructors
How can we restrict inheritance for a class so that no class can be inherited from it?