Why do we use polymorphism in oops?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of access specifier in c# and vb.net?
What are oops functions?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
how can we design a magic square in c++?or suggest me the basic idea of it.
what is graphics
explain defference between structure and class with example
What is Hashing and how is it done? Pictorial form?
what uses of c++ language?
What is the main purpose of inheritance law?
What is interface? When and where is it used?
What exactly is polymorphism?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output