Are polymorphisms mutations?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of polymorphism?
what are the characteristics of oops?
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
what's the basic's in dot net
Program to check whether a word starts with a capital letter or not.
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.
Which type does string inherit from?
Why multiple inheritance is not possible?
What is encapsulation c#?
Templates mean
What is the difference between inheritance and polymorphism?
What is class and object in oops?