Answer Posted / santhi
a file is a collection of records and a record is a
collection of fields.by keeping ur data on file u can save
permunently.that is a file is saved on disk memory
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is an example of genetic polymorphism?
What are the 5 oop principles?
What do you mean by abstraction?
Why multiple inheritance is not allowed?
What type of loop is a for loop?
2. Give the different notations for the class.\
What is interface in oop?
can inline function declare in private part of class?
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 do you mean by Encapsulation?
What is polymorphism give a real life example?
#include
What are the components of marker interface?
Is this job good for future? can do this job post grduate student?
What are the three parts of a simple empty class?