c++ is a pure object oriented programming or not?

Answer Posted / baranee

C++ is Oops concept only but not pure. pure concept is JAVA
only.

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a varargs method be overloaded?

617


What is for loop and its syntax?

597


What is difference between data abstraction and encapsulation?

618


Can private class be inherited?

619


Why is abstraction needed?

567






What is interface in oop?

664


Why is object oriented programming so hard?

616


What is the diamond problem in inheritance?

579


Plese get me a perfect C++ program for railway/airway reservation with all details.

3429


what is the drawback of classical methods in oops?

2920


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?

1638


What does and I oop mean?

618


What causes polymorphism?

577


What is abstraction in oops?

589


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?

1395