Answer Posted / guest
As ex:- Singleton Class is the Class whose you can make only
one object. Dont forget to do googling.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Can we create object of abstract class?
What is constructor in oop?
What is an advantage of polymorphism?
why reinterpret cast is considered dangerous?
What is the real time example of inheritance?
What are the three main types of variables?
What is the full form of oops?
What are the 4 main oop principles?
What is constructor overloading in oop?
can we make game by using c
Is abstract thinking intelligence?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is difference between data abstraction and encapsulation? 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!!!) Can we override main method?