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
Define a good interface?
What is the use of destructive method?
Differences between functional programming and object-oriented programming?
Is iterator a class or interface? What is its use?
Give any criteria when you use an abstract class and an interface?
What is the order of call of constructors in inheritiance?
Explain about polymorphism?
Explain what is polymorphism?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What are Classes and Objects?
What are the problems faced by the developer using object oriented programming language?
what are the different ways for a method to be overloaded?
What is the difference between data hiding and implementation?
What is meant by “abstract interface”?
What is the syntax of object oriented method call?