Answer Posted / arpit singhal
because c++ language use the concept of oop's like classes,
inheritence, ploymorphism, opertator overloading etc. but
it is not a pure object oriented language.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What makes a language oop?
What are the data types in oop?
What is new keyword in oops?
What is encapsulation c#?
Explain the advantages of inheritance.
How Do you Code Composition and Aggregation in C++ ?
What is a superclass in oop?
What are the 4 pillars of oop?
What is polymorphism what is it for and how is it used?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is overloading in oops?
What do you mean by Encapsulation?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
what is graphics