Answer Posted / siva
The instance of the class is known as object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is class and object in oops?
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?
Write a c++ program to display pass and fail for three student using static member function
any one please tell me the purpose of operator overloading
What are the features of oop?
What is polymorphism what are the different types of polymorphism?
What is encapsulation and abstraction? How are they implemented in C++?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are benefits of oop?
Can we have inheritance without polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How Do you Code Composition and Aggregation in C++ ?
What do you mean by variable?
What is advantage of inheritance?
Explain virtual inheritance?