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
Is java easier than c++?
What is using namespace std in cpp?
How do you clear a buffer in c++?
What does catch(…) mean?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is the difference between mutex and binary semaphore?
What is main function in c++ with example?
Is c++ vector dynamic?
What is the use of cmath in c++?
Explain what are single and multiple inheritances in c++?
What are the two types of comments?
What is the default access level?
Explain how to initialize a const member data.
Why c++ is not a pure oop language?
What are the two types of polymorphism?