what is an instance of a class

Answer Posted / ramakrishna yechuri

object is an instanc of a class.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are objects in oop?

606


what is difference between class template and template class?

2157


Why do we use oops?

591


Get me a number puzzle game-program

1691


What is the example of polymorphism?

554






why reinterpret cast is considered dangerous?

1896


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.

1454


What is oops in programming?

562


What is the diamond problem in inheritance?

576


What is destructor oops?

618


any one please tell me the purpose of operator overloading

1965


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4235


What is destructor give example?

601


What is the real time example of inheritance?

637


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1637