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
Write a program to find the Factorial of a number
Why do we need runtime polymorphism in c++?
What are the two main components of c++?
What is array in c++ pdf?
Explain what data encapsulation is in c++?
What is polymorphism & list its types in c++?
Is c# written in c++?
Explain binary search.
How can you link a c++ program to c functions?
Can you please explain the difference between using macro and inline functions?
What is the fastest c++ compiler?
What are the advantages of using friend classes?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Explain the concept of dynamic allocation of memory?
What is the use of ::(scope resolution operator)?