What is the difference between declaration and definition?
Answer Posted / abdi
I thing it is acorrect
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
When not to use object oriented programming?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
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.
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
program for insertion ,deletion,sorting in double link list
Write a c++ program to display pass and fail for three student using static member function
Can we create object of interface?
What is encapsulation oop?
What are two types of polymorphism?
How is polymorphism achieved?
What is encapsulation in simple terms?
What is the difference between a constructor and a destructor?
What are the components of marker interface?
What are different oops concepts?
Why is static class not inherited?