-
-
-
-
-
-
Explain the Polymorphism principle.
The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".
-
Scope resolution
What is scope resolution in C++ and object oriented ?
-
Bit wise operator
In a given number how many 1 bits and 0 bits are there,,,,,,,,,,can anyone solve this problem by using bit wise operator
-
-
-
-
Component Object Model - COM
Explain Component Object Model used in C, C++ and .NET
-
Explain the Inheritance Principle
Inheritance is the process by which one object acquires the properties of another object.
-
-
Describe the principles of OOPS
There are three main principals of oops which are called Polymorphism, Inheritance and Encapsulation
-
-
-
-
-
OOPS Interview Questions
Ans