Answer Posted / atasi jena
c++ is a object oriented programming language which provides different mechanism like inheritance, polymerphism, template, data abstraction over c.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is searching?
What is singleton pattern in c++?
What does it mean to declare a destructor as static?
Where the memory to the static variables is allocated?
What is a linked list in c++?
Explain the different access specifiers for the class member in c++.
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What are the uses of pointers?
What is prototype for that c string function?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is class invariant in c++?
How do you show the declaration of a virtual constructor?
What is the difference between struct and class?
What is a float in c++?
What is #include cmath?