What is the use of oops?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between oop and pop?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
c++ is a pure object oriented programming or not?
How to use CMutex, CSemaphore in VC++ MFC
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.
Why is abstraction needed?
What is polymorphism give a real life example?
how much classes are used in c++
What do you mean by pure virtual functions?
what is oops
Write a program to sort the number with different sorts in one program ??