Answer Posted / tagore
OOPS MEANS OBJECT ORIENTED PROGRAMMING SYNOPSIS. . HERE
SYNOPIS NOTHING BUT CONCEPTS.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a driver program?
What is a local variable?
Is c++ an oop?
Can manipulators fall in love?
How we can differentiate between a pre and post increment operators during overloading?
How to get the current position of the file pointer?
What is the difference between new() and malloc()?
Explain how functions are classified in C++ ?
What is a multiset c++?
When do we use copy constructors?
What is abstract keyword in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
When do we run a shell in the unix system? How will you tell which shell you are running?
How the virtual functions maintain the call up?
How can you quickly find the number of elements stored in a dynamic array?