Posts

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 P...

OOPs using C++ Language Topics Covered

Unit-01 Programming Model or Programming Paradigm, Procedural programming, Object oriented programming OOP's ( Object Oriented Programming System) Advantages of OOP's (OOP's के लाभ ) Disadvantages of OOP's (OOP's की हानियाँ ) Applications of OOP’s (OOP's के अनुप्रयोग ) pre defined streams (cin, cout) for input and output in cpp formatted and unformatted console io operations in c++ Introduction to C++ Language (History of C++) Characteristics of C++ Unit-02 Basic Program Structure of C++ Preprocessor Directives in C++ C++ stream class Datatypes of C++ language Reference Tokens of C++ language Manipulator of C++ Operators precedence in CPP referencing and dereferencing operators in Cpp Scope resolution operator or Scope access operator Block Type Casting in C++ C++ program to find ASCII value of given character... C++ program for swapping using third variable. C++ program for swapping of two variable without u... C++ program to calculate area of circle. Control S...