what is the main difference between c and c++?
Answer Posted / rohit
C does not has ++ sign
while C++ has ++ sign....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
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.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Can you inherit a private class?
What is static modifier?
can inline function declare in private part of class?
Why do we use class in oops?
What are the advantages of polymorphism?
what's the basic's in dot net
What is abstraction in oops?
#include
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What language is oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is overloading and its types?