Describe these concepts: Polymorphism, Inheritance and Abstraction.
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use oops?
What does and I oop and sksksk mean?
What are the types of abstraction?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
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.
Write a program to multiply 3x3 matrics
4. What do you mean by a prototype? Define analysis prototype
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is friend function?
What is polymorphism in oops with example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is namespace?