Search This Blog

OOPS- C++' Question Papers (Only Theory)!!!

C++ -->>


These are the questions compiled together from all the previous years' question papers of C++. So first try to prepare these topics and then go for the whole book. :-)











Features of OOPS.
Exception handling in C++. Example.
Friend Function? merits and demerits. 
Difference between:-
  1. Function Prototyping and Function overloading, 
  2. Class and Object, 
  3. Container class and Derived class, 
  4. Associative and Sequence containers, 
  5. union and structure, 
  6. Actual parameter and formal parameter,
  7. Call by value and call by reference, 
  8. do-while loop and for-loop
Dynamic Memory Allocation
Polymorphism achieved at compile time and run time?
Inheritance? Public, private and protected inheritance?
Operator overloading?
File handling mechanism of C++.
Constructor? Defaulter constructor, parameterized constructor, constructor overloading with suitable example.
Manipulators? Different manipulators with examples?
Data types and control structures in C++
Preprocessor directives? Difference between macros and functions?
Pointer? how is pointer variable declares? 
Storage classes? various storage classes?
Differentiate between the following:- type casting, relational operators, binary file and test file, function pointers
What is the difference between multiple and multilevel inheritance? What type of ambiguity occurs in multiple inheritance and how is it resolved?
Use of template function? 
Explain the concept of pass by reference and return by reference.
When is a copy constructor invoked?
What are "C"-type strings? How are they different from strings defined by standard C++ string class?
Virtual function? How is a pure virtual function different from virtual function?
How is operator overloading performed using:- member functions and friend functions
Inline function? what is its use? In what situations inline functions are not recommended?
Write Short Notes On:-
  1.  Standard Template Library
  2. Function Template
  3. New and Delete operators
  4. File Pointer
  5. Inheritance
  6. Static and Dynamic cases
  7. Scope resolution operator
  8. Void pointers
  9. Command Line Arguments
  10. Container classes in STL
  11. Control structures in C++

 Thanks.
 LAST MINUTE STUDY!!!



0 comments: (+add yours?)

Post a Comment