Answer Posted / rajeshkannan.g
YES.Because java programming contains classes and objects.
Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
what are the realtime excercises in C++?
Can bst contain duplicates?
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.
Where is pseudocode used?
Can an interface inherit a class?
Why do we use encapsulation in oops?
How oops is better than procedural?
Why is abstraction needed?
What is difference between pop and oop?
Can a varargs method be overloaded?
What is the difference between static polymorphism and dynamic polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is polymorphism and why is it important?
What is oops?what is its use in software engineering?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?