Giter VIP home page Giter VIP logo

oop-cpp's Introduction

OOP-CPP

Object Oriented Programming in CPP

Tutorials on OOP concepts in C++. Tutorials have covered various topics in OOP like class, object, various methods of object initialization, Constructor, Destructor, Inheritence, Polymorphism, friend functions, this pointer, virtual functions, purely virtual functions, abstract class, function overloading, constructor overloading, operator overloading etc.

Blue print of the tutorials:

tutorial 1 --> Defining a class and declaring an object

tutorial 2 --> Various methods of object initialization (on stack and on heap)

tutorial 3 --> Defining member function ourside the class using scope resolution operator

tutorial 4 --> Access specifiers in OOP CPP

tutorial 5 --> Constructor

tutorial 6 --> Constructor overloading

tutorial 7 --> Default arguments to the constructor

tutorial 8 --> Destructor

tutorial 9 --> An example use of constructor and Destructor

tutorial 10 --> Static data member

tutorial 11 --> Static Member function

tutorial 12 --> Friend function

tutorial 13 --> Inheritence

tutorial 14 --> Using access declaration in inheritence

tutorial 15 --> Order of calling constructor and destructor of base class and subclass in Inheritence

tutorial 16 --> Multiple Inheritence

tutorial 17 --> Calling base function constructor from sub class Inheritence

tutorial 18 --> Calling base functions constructor from sub class in multiple Inheritence

tutorial 19 --> Overridding

tutorial 20 --> This pointer

tutorial 21 --> Polymorphism (Compile time - Function overloading)

tutorial 22 --> Polymorphism (Run time - Virtual functions)

tutorial 23 --> Virtual property inheriting

tutorial 24 --> Pure virtual function and abstract class

tutorial 25 --> Nested class

tutorial 26 --> Polymorphism (Compile time - Operator overloading)

oop-cpp's People

Contributors

skn1998 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.