what is the main difference between c and c++?
Answer Posted / ketan
c is a topdown approach while c++ is bottom up approach
Is This Answer Correct ? | 2018 Yes | 307 No |
Post New Answer View All Answers
What is destructor give example?
What is encapsulation 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 do you mean by Encapsulation?
why reinterpret cast is considered dangerous?
What are the 5 oop principles?
Why do we use polymorphism in oops?
Why is oop useful?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the renewal class?
can we make game by using c
What is difference between abstraction and encapsulation?
What is interface in oop?
Templates mean
explain sub-type and sub class? atleast u have differ it into 4 points?