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!!!)
How can you overcome the diamond problem in inheritance?
What is polymorphism and example?
What is abstraction in oop?
What is basic concept of oop?
Can we have inheritance without polymorphism?
class type to basic type conversion
What is an advantage of polymorphism?
What is overriding in oops?
What is and I oop mean?
When not to use object oriented programming?
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 difference between polymorphism and inheritance?
any one please tell me the purpose of operator overloading
What are the benefits of polymorphism?