what is the difference between class and structure in C++?
Answer Posted / navneet kaur
c is a procedure oriented language but c++ is a object
oriented language.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the main purpose of inheritance law?
What is difference between abstraction and encapsulation?
Whats is abstraction in oops?
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?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are main features of oop?
What is abstraction in oops?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is solid in oops?
What is encapsulation process?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why do we use polymorphism in oops?
What is destructor in oop?
is there any choice in opting subjects like 4 out of 7
What is purpose of inheritance?