Answer Posted / debika mohapatra
EXCEPTION handling was not part of the origin c++.it is a
new feature added to ANSI c++.today,almost all compilers
support this feature.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Why is polymorphism important in oop?
What is polymorphism in oops with example?
What is encapsulation selenium?
i got a backdoor offer in process global,Bangalore..Can i work with it?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is difference between multiple inheritance and multilevel inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
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.
Where You Can Use Interface in your Project
What are the 4 pillars of oop?
What is solid in oops?
what is the drawback of classical methods in oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
what are the ways in which a constructors can be called?
What is abstract class in oops?