What is the difference between an object and a class?
Answer Posted / manas
a class is a datatype that abstratcs data and implementations
while an object is an instance of the class which wraps up data. An object has identity, state and behavior
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is html an oop?
What is ambiguity in inheritance?
Why is static class not inherited?
What do you mean by variable?
What is object-oriented programming? Webopedia definition
What does and I oop mean?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the difference between a constructor and a destructor?
What is the full form of oops?
What is use of overloading?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the advantage of oop over procedural language?
Why polymorphism is used in oops?
What is coupling in oop?
What is the difference between inheritance and polymorphism?