What is Agile methodology?
Answer Posted / sakk
Agile methodology is more of people oriented. Agile
methodology helps us to increase productivity and reduce
risks. There are 2 popular agile methods- Extreme
programming (XP) and Scrum.
| Is This Answer Correct ? | 99 Yes | 19 No |
Post New Answer View All Answers
What is overriding vs overloading?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is polymorphism and why is it important?
What is interface in oop?
What is the point of polymorphism?
What is variable example?
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 methods in oop?
What is encapsulation oop?
Can static class have constructor?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
program for insertion ,deletion,sorting in double link list
what is the sylabus for priliminaries?
What is encapsulation with real life example?
Where is pseudocode used?