write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
3 9426
Can a varargs method be overloaded?
What is the example of polymorphism?
What is a superclass in oop?
What is constructor overloading in oop?
What is encapsulation selenium?
What are the advantages of polymorphism?
What is encapsulation c#?
What is an advantage of polymorphism?
What are benefits of oop?
What are functions in oop?
What is basic concept of oop?
Can we define a class within the interface?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
State what is encapsulation and friend function?