what is graphics
No Answer is Posted For this Question
Be the First to Post Answer
how to get the oracle certification? send me the answer
What is the difference between static polymorphism and dynamic polymorphism?
What is abstraction in oop?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
Write a program to multiply 3x3 matrics
What is the difference between pass by reference and pass by value?
what is mean by design pattern
What is ambiguity in c++
What is abstraction in oops?
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 static?
What is conditional Compilation?