What is Object and Class? What are the differences between
them?
Answer Posted / kalaivani
object-run time entity
class- bind of function & data
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of enum?
What is the difference between procedural programming and oops?
What are the 3 principles of oop?
What are the 4 pillars of oop?
What is object in oops?
what is the drawback of classical methods in oops?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is polymorphism and its types?
What is oops with example?
What is stream in oop?
What is the main purpose of inheritance law?
What are oops methods?
Why do we use encapsulation in oops?
What is polymorphism explain its types?
Why is destructor used?