what is the main difference between c and c++?
Answer Posted / e.e.n.bashy
c programming language is top down approach while c++
programming language is bottom up approach
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is interface? When and where is it used?
Who invented 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.
Why do we use oops?
What is basic concept of oop?
Why is static class not inherited?
What is encapsulation with real life example?
What is methods in oop?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
which feature are not hold visual basic of oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What does and I oop mean?
What do you mean by Encapsulation?
What is overloading in oops?
What is polymorphism in oops with example?