Answer Posted / luong dinh dung
Extrem programming is a software developing methodology
which make the rapid development possible. Key elements:
pair programming (working in pair), test driven development
(unit test), prototyping (make prototype and continue the
development based on feedbacks)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is inheritance and how many types of inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is constructor overloading in oop?
can we make game by using c
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is multilevel inheritance?
What is the example of polymorphism?
Explain the advantages of inheritance.
Whats is abstraction in oops?
What is a class oop?
Why do we need polymorphism in c#?
What does and I oop mean?
What is abstraction and encapsulation?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism and its types?