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 are the basic concepts of oop?
What is the difference between data hiding and implementation?
Which OOPS concept is used as a reuse mechanism?
Differentiate between an abstract class and an interface?
What is a friend function?
What is the difference between a class and a structure?
Why is message passing between the objects important?
What is the difference between multiple and multilevel inheritance?
What does the keyword virtual represented in the method definition?
What is @functionalinterface?
Explain about inheritance in oops?
What is the use of interface?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Why are outlet connections required in object-oriented programming?
Can different parts of a partial class inherit from different interfaces?