what is the basic concept of c++(object oriented programing)
Answer Posted / balu(nsb)
The basic concept of c++ , some of them are:
1.Data Abstraction
2.Encapsulation.
3.Modularity.
4.Polymorphism and
5.Inheritance
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Can create new c++ operators?
How many different levels of pointers are there?
Differentiate between realloc() and free().
What does obj stand for?
What are namespaces in c++?
What are references in c++? What is a local reference?
List the special characteristics of constructor.
Write a struct time where integer m, h, s are its members?
When do we use copy constructors?
Is it possible to use a new for the reallocation of pointers ?
Explain the concept of friend function in c++?
What are destructors?
Which one between if-else and switch is more efficient?
What is meant by const_cast?
Why is c++ a mid-level programming language?