What is polymorphism in oop example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
when to use 'mutable' keyword and when to use 'const cast' in c++
why freind function takes more parameter than normal member function in c++?
what is the difference between inter class and abstract class...?
What is for loop and its syntax?
What is the point of polymorphism?
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
What is a mixin class?
what are the ways in which a constructors can be called?
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 overloading in oops?
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku