what is the main difference between c and c++?
Answer Posted / sandhya
c is not aobject orientedlanguage
c++ is object oriented language
c is a lowlevel language
c++ is a high level language
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Which language is pure oop?
Why is oop useful?
How do you define a class in oop?
What is polymorphism what is it for and how is it used?
Why do we use class in oops?
why reinterpret cast is considered dangerous?
How many human genes are polymorphic?
What is abstraction and encapsulation?
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.
Why do we use polymorphism?
What is abstraction in oop with example?
What is the example of polymorphism?
What is the oops and benefits of oops programming?
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?
What does I oop mean?