What is Agile methodology?
Answer Posted / vinoth
one of the easiest way to implementing the project.how means team members to do all works,related to that project.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What makes a language oop?
What is polymorphism give a real life example?
What is interface in oop?
What is difference between multiple inheritance and multilevel inheritance?
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 the difference between encapsulation and polymorphism?
Why do we use class?
can we make game by using c
What are properties in oop?
What is polymorphism programming?
What does <> mean pseudocode?
What do you mean by Encapsulation?
• What are the desirable attributes for memory managment?
What is the diamond problem in inheritance?
What is polymorphism and types?