Answer Posted / rajaneesh
It can be defined as the seperation of unnecessary
details or explation from system requirments so as to
reduce the complaxities of understanding requirments.
For example a person who is driving a car doesn't need to
know the mechnical works that have been done to make a
car... so what all the driver is to do is just drive.. ie
move start and stop....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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 does and I oop mean?
What is the purpose of polymorphism?
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).
What is class and object with example?
Where is pseudocode used?
What is for loop and its syntax?
How to improve object oriented design skills?
what is difference between class template and template class?
What is the significance of classes in oop?
2. Give the different notations for the class.\
What is constructor in oop?
Why do while loop is used?
What are different oops concepts?
What is an example of genetic polymorphism?