what are the disadvantages of C++?
Answer Posted / rajesh patil
it is not pure object oriented language.
| Is This Answer Correct ? | 103 Yes | 38 No |
Post New Answer View All Answers
Why is abstraction needed?
What is class and example?
What is inheritance write a program to show use of inheritance?
What is cohesion in oop?
Can we create object of abstract class?
What is the difference between a mixin and inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Are polymorphisms mutations?
What is static in oop?
What is object in oop with example?
Templates mean
What does and I oop and sksksk mean?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is oops and why we use oops?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?