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
Which bitwise operator is used to check whether a particular bit is on or off?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Why c++ does not have finally?
Is c++ an oop?
What is the difference between c++ and turbo c++?
What are the various operations performed on stack?
What is pair in c++?
Incase of a function declaration, what is extern means?
What are the different types of polymorphism in c++?
When should you use global variables?
What is a constructor and how is it called?
What does the ios::ate argument do?
Is there structure in c++?
What is the difference between delegation and implemented-in-terms-of?
What data encapsulation is in c++?