Assignment Topic(submit before Nodue form) ***
------------------------------------------------------
1. Difference between C and C++
2. Features and Application of C++
3. Define Variable & Rules for naming a variable
4. General Structure of C++ Program with Example
5.Conditional statements (or) branching Statement
1. if statements or Decision Making Statement
a. simple if
b. simple if else
c. else if ladder
d. Nested if
2. switch statements
3. Looping statements
a. for loop - (Entry Control Loop)
b. while loop - (Entry Control Loop)
c. do while loop - (Exit Control Loop)
4. Difference between break and continue
-----------------
OOP's
-------
1. Features, Applications & concept of Object Oriented Programming (OOP's)
2. General structure of Class in C++ with example Program
3. C++ Program to Fibonacci Series using class
4. Arrays & string function using C++(Palindrome checking)
5. Constructor & Destructor
6. Function Overloading & Operator Overloading(unary & binary)--(compiletime Polymorphism or early binding)
7. Inline function, this pointer, Scope Resolution Operator(::)
8. friend function with example
9. static variable & static function
10. Inheritance
a. Single Inheritance
b. Multiple Inheritance
c. Multilevel Inheritance
d. Hierarchical Inheritance
e. Hybrid Inheritance
11. virtual base class & virtual function(pure virtual function or abstract class) ---(Runtime Polymorphism or late binding)
12. NEW and DELETE Operations
13. Detailed about filestream classes
No comments:
Post a Comment