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 is vector string in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Which is better turbo c++ or dev c++?
What is the first name of c++?
What do you mean by const correctness?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is c++ namespace?
What's the hardest coding language?
What programming language should I learn first?
What can c++ be used for?
What is rtti in c++?
Carry out conversion of one object of user-defined type to another?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is the keyword auto for?
Why c++ is so important?