What are the OOPS concepts?
Answer Posted / abitha
basic concepts of oops are
object
class
encapsulatons
polymorphism
inheritance
abstraction
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a program to sort the number with different sorts in one program ??
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.
write a C++ program for booking using constructor and destructor.
What is property in oops?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is difference between inheritance and polymorphism?
Is react oop?
Which language is pure oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
Why it is called runtime polymorphism?
What is constructor overloading in oop?
What is the purpose of enum?
Write a c++ program to display pass and fail for three student using static member function
what is graphics
Describe these concepts: Polymorphism, Inheritance and Abstraction.