What is polymorphism what is it for and how is it used?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
What is class and object with example?
what is the difference between inter class and abstract class...?
What is static in oop?
What is ambiguity in inheritance?
What is the purpose of polymorphism?
What do you mean by abstraction?
what are the realtime excercises in C++?
what is object oriented programming and procedure oriented programming?
What is the oops and benefits of oops programming?
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
What is a linked list?