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
What are the sizes and ranges of the basic c++ data types?
We use library functions in the program, in what form they are provided to the program?
Where Malloc(), Calloc(), and realloc() does get memory?
What is the use of seekg in c++?
How do I run a program in notepad ++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What are the four main data types?
Explain the concept of friend function in c++?
What are the implicit member functions of class?
What return value must conversion operators have in their declaration?
Explain about vectors in c ++?
How static variables and local variablesare similar and dissimilar?
What is difference between c++ and c ++ 14?
In c++, what is the difference between method overloading and method overriding?
Explain how we implement exception handling in c++?