IMP Questions of OOPS using CPP
OOP's Using C++
Unit:-1
1. Introduction or History of C++ Language , Characterstics of C++
2. Programming Paradigm or Programming Model
2. OOP's ( Object Oriented Programming Concepts )
3. Advantages of OOP's
4. pre defined streams (cin, cout) for input and outp...
5. formatted and unformatted console io operations in...
Unit:-2
1. Tokens of C++ language
2. Datatypes of C++ language( Reference)
3. Scope resolution operator or Scope access operator
4. referencing and dereferencing operators in C++
5. Control Structure( if block, if else block, Nested if else block, Ternary operator or Conditional operator (?:), switch case statement )
6. Loop structure - for loop, while loop,do while loop
Unit:-3
1. Function in C++ language (call by value vs call by reference cpp swapping ex... )
2. Class and Class Example Programs:-
3. member function and inline function of class (cpp program to load and store records of N student...,cpp program to load and store records of N products using class.(inline function))
4. Access Modifiers in C++ ( public, private, protect...
5. static data member and static member function of c...
6. friend function of class in C++, friend class
7. Function overloading with examples
Unit:-4
1. constructor function of a class (default constructor, Parameterized constructor, Copy constructor, Multiple Constructor, Constructo... ,Destructor in C++ )
2. Operator overloading with examples in C++
3. Inheritance access specifiers, public, private, pr..., Inheritance in C++ (C++ program for Single Inheritance ,C++ program for multiple inheritance, C++ program for Hierarchical inheritance,C++ program for multilevel inheritance, C++ program for Hybrid inheritance)
4. Multipath Inheritance , virtual base class
Unit:-5
1. pointers, pointer of class, pointer to class, poin...
2. Array 1D array, 2D array, MultiD Array( array of class , array of objects)
3. Virtual function, Pure Virtual function and Abstra...
4. pure virtual function or abstract class in C++
Unit:-1
1. Introduction or History of C++ Language , Characterstics of C++
2. Programming Paradigm or Programming Model
2. OOP's ( Object Oriented Programming Concepts )
3. Advantages of OOP's
4. pre defined streams (cin, cout) for input and outp...
5. formatted and unformatted console io operations in...
Unit:-2
1. Tokens of C++ language
2. Datatypes of C++ language( Reference)
3. Scope resolution operator or Scope access operator
4. referencing and dereferencing operators in C++
5. Control Structure( if block, if else block, Nested if else block, Ternary operator or Conditional operator (?:), switch case statement )
6. Loop structure - for loop, while loop,do while loop
Unit:-3
1. Function in C++ language (call by value vs call by reference cpp swapping ex... )
2. Class and Class Example Programs:-
3. member function and inline function of class (cpp program to load and store records of N student...,cpp program to load and store records of N products using class.(inline function))
4. Access Modifiers in C++ ( public, private, protect...
5. static data member and static member function of c...
6. friend function of class in C++, friend class
7. Function overloading with examples
Unit:-4
1. constructor function of a class (default constructor, Parameterized constructor, Copy constructor, Multiple Constructor, Constructo... ,Destructor in C++ )
2. Operator overloading with examples in C++
3. Inheritance access specifiers, public, private, pr..., Inheritance in C++ (C++ program for Single Inheritance ,C++ program for multiple inheritance, C++ program for Hierarchical inheritance,C++ program for multilevel inheritance, C++ program for Hybrid inheritance)
4. Multipath Inheritance , virtual base class
Unit:-5
1. pointers, pointer of class, pointer to class, poin...
2. Array 1D array, 2D array, MultiD Array( array of class , array of objects)
3. Virtual function, Pure Virtual function and Abstra...
4. pure virtual function or abstract class in C++
Comments
Post a Comment