What is Agile methodology?
Answer Posted / shan
I want to know more details about that.plz
put some more links
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
write a program that takes input in digits and display the result in words from 1 to 1000
What is super in oop?
How can you overcome the diamond problem in inheritance?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is polymorphism and types?
How do you achieve polymorphism?
What is encapsulation in oop?
Who invented oop?
What is oops with example?
What is pointer in oop?
Why oops is important?
what is the drawback of classical methods in oops?
Why it is called runtime polymorphism?
What is difference between inheritance and polymorphism?
What exactly is polymorphism?