define oops with class and object
Answer Posted / sunil kumar yadav
Object is a run time instant of a class. it is a real word
things.but class is collection of objects.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is object in oop with example?
What are the two different types of polymorphism?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is overloading in oops?
What is and I oop mean?
What is constructor overloading in oop?
What is polymorphism oop?
Explain the concepts involved in Object Oriented programming.
What are the 4 pillars of oop?
What is inheritance write a program to show use of inheritance?
What is overloading and its types?
How do you explain polymorphism?
What is this pointer in oop?
What is the advantage of oop over procedural language?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.