- What is Iteration Hierarchy
- What is Object behavioral concept
- what is extreme programming
- what is agile methodology
- what is diff between .net 1.1 and .net 2.0
- What are the different forms of polymorphism?
- Difference between new operator and operator new
- Difference between over loading and over ridding
- What is virtual function
- What is new modifier in C#
- what is the main difference between c and c++
- Name an advantage of array over linked list
- What is a linked list
- What is multiple inheritance
- What is multi level inheritance
- What are the features of OOPS
- What is polymorphism
- What is the difference between interface and an abstract class
- What is a class
- What is an orthogonal base class
- Write a macro for swapping integers
- What is Dynamic Polymorphism
- When will a constructor executed
- How is exception handling carried out in c++
- What are virtual constructors/destructors
- What is the difference between declaration and definition
- When is a memory allocated to a class
- What are the advantages of inheritance
- What do you mean by pure virtual functions
- Why do we use virtual functions
- What is the difference between pass by reference and pass by value
- What is namespace
- What are virtual classes
- What is the difference between realloc() and free
- What is a template
- What do you mean by inline function
- What is virtual class and friend class
- What is abstraction
- What is encapsulation
- What do you mean by binding of data and functions
- What is function overloading and operator overloading
- What is the basic concept of inheritance
- What is a scope resolution operator
- What is friend function
- What are virtual functions
- What is public, protected, private
- What is the difference between class and structure
- What is the difference between an object and a class
- What is an object
- what is an instance of a class
- who is the founder of c++
- what is object slicing
- Why and when is a virtual destructor needed
- What normal C constructs work differently in C++
- What is OOPS and how it is different from Procedural Programming
- what is meant by files
- What is Method overloading
- What is Object and Class? What are the differences between them
- What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance
- Describe the difference between a Thread and a Process
- Definition of Object Oriented Programming in single line
- what is the need of abstraction
- what is the abstraction for stack
- what is a static variable and static function
- what is the virtual function overhead, and what is of used it
- What is the correct syntax for inheritance
- What is the output of the following code
- What is the outcome of the line of code
- What will happen when the following code is run
- What is command routing in MFC
- Can pointers are support in C#
- Explain the concept of abstraction and encapsulation with one example
- What are the main differences between procedure oriented and object oriented language
- What are generic functions and generic classes
- Write a program for function overloading
- What are the advantage and disadvantage in c++>>oops
- Which is the only operator in C++ which can be overloaded but NOT inherited
- When is it necessary to use member-wise initialization list in C++
- What is late bound function call and early bound function call
- Why c++ is called OOPS
- When an object created and what is is its lifetime
- Does c++ support multilevel and multiple inheritances
- Can we have a private constructor
- Can we have a private virtual method
- In which Scenario you will go for Interface or Abstract Class
- Why should you protect the global data in threads
- How would you stop a class from class from being derived or inherited
- What do you mean by multiple inheritance and multilevel inheritance
- In which cases you use override and new base
- Can we call a base class method without creating instance
- Which is the parameter that is added to every non-static member function
- Contrast OOP and SOA. What are tenets of each
- You have base class virtual function how will call that function from derived class
- In c++ there is only virtual destructor, no constructors. Why
- How is the using () pattern useful