What is the difference between a class and an object?
Answer Posted / nashiinformaticssolutions
o A class is a blueprint for creating objects.
o An object is an instance of a class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are virtual functions, base class pointer, derived class pointer, biding references?
what is full form OOP?
What is hybrid inheritance?
Why are outlet connections required in object-oriented programming?
Why is C not an OOP language?
What is the benefit of using inheritance?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Does a class inherit the constructor of its super class?
Name some languages which have object oriented language and characteristics?
What is the difference between function overloading and over riding?
What is bootstrap, extension and system class loader?
Explain about the relationship between object oriented programming and databases?
What is the purpose of late binding in object-oriented programming?
What is function override?
Why do we use oops concepts? What is its advantage?