difference between class and object
Answer Posted / nishant kumar
class is the collection of data member and member function associated with it.
object is a instance of class.
class is a user define key-word.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the diamond problem in inheritance?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is object in oop with example?
What is the difference between abstraction and polymorphism?
What does oop mean in snapchat?
What is the purpose of polymorphism?
What is encapsulation in ict?
What is a class in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is interface? When and where is it used?
Get me a number puzzle game-program
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What do you mean by variable?
Is react oop?
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?