What is polymorphism in oops with example?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 3 pillars of oop?
what is ltti
What is difference between inheritance and polymorphism?
How is polymorphism achieved?
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
What is the different between Applet and Application?
What is the renewal class?
What is virtual class and friend class?
Why is encapsulation used?