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
What is the purpose of enum?
What is polymorphism explain?
Can we have inheritance without polymorphism?
can we make game by using c
What are functions in oop?
What are the 4 pillars of oop?
What does and I oop mean?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
is there any choice in opting subjects like 4 out of 7
What are the 3 pillars of oop?
What is class and object in oops?
What is polymorphism and example?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< 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();
} Why is polymorphism important in oop?