What is Agile methodology?
Answer Posted / chaitanya
it is used for the development in software .
As it is an adaptive methdology which is totally a poeple
oriented and increases the productivity and reduces the risk
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is abstraction in oop?
Why is destructor used?
What is the problem with multiple inheritance?
What is the difference between static polymorphism and dynamic polymorphism?
Why multiple inheritance is not possible?
How do you answer polymorphism?
What is abstract class in oop?
What is abstraction in oop with example?
What is oops and its features?
Templates mean
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is persistence in oop?
What is oops with example?