Answer Posted / guest
c is procedure oriented programming language whereas c++ is
a object oriented language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between oop and pop?
Why polymorphism is used in oops?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
#include
What is abstraction in oop?
Can you explain polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is abstraction with example?
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 object and class in oops?
What is destructor example?
What is overloading and its types?
What is the diamond problem in inheritance?
What is encapsulation oop?