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
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Templates mean
What is the difference between procedural programming and oops?
what are the realtime excercises in C++?
What is difference between inheritance and polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Which method cannot be overridden?
What is the types of inheritance?
Why we use classes in oop?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is encapsulation with real life example?
What is polymorphism oop?
Can destructor be overloaded?
What is oops?what is its use in software engineering?
Explain the advantages of inheritance.