what is the difference between function template and
template of function?explain with example.
Answer Posted / sree
its write
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What are the 4 main oop principles?
What is meant by oops concept?
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 is encapsulation oop?
What is class in oop with example?
What makes a language oop?
Is this job good for future? can do this job post grduate student?
What is for loop and its syntax?
What is interface? When and where is it used?
program for insertion ,deletion,sorting in double link list
what are the different types of qualifier in java?
What is object and example?
What are the components of marker interface?
Why is object oriented programming so hard?
What is polymorphism and types?