C++ Concepts explained with examples and audio session

Add to Favourites
Post to:

Description
This tutorial presents C++ concepts including concepts of OOPs i.e Object Oriented Programming Language Concepts like Classes and Objects, Inheritance and Polymorphism all in a very engaging format with practical examples at every stage and it is live class provided as a link with audio and explanations. It will help students grasp the concepts for a good foundation. Here is the link to the recording of the class you can download just in case you are not able to access this in wiziq.
http://www.onlinehub.co.in/default.aspx

More such sessions available for download at the above link.

Comments
Presentation Transcript Presentation Transcript

UNDERSTANDING C++ BETTER : UNDERSTANDING C++ BETTER Objectives A brief History. Introduction to OOPs. Concept of Classes. Visit www.onlinehub.co.in for more sessions.

OOPs : OOPs Object Oriented Programming. Where we have a different approach to a program. A problem is perceived as Objects or entities . P.S. for reference to variables, declaration structure ofa program refer here:- http://www.cplusplus.com/doc/tutorial/structures/ http://www.cplusplus.com/files/tutorial.pdf

Classes : Classes A class is a template based on which real life objects can be created like a human, a shape, an automobile etc. Class automobile Wheels Body Brakes Acceleration etc.

Objects : Objects Real objects instantiated from the classes are objects like Automobile truck. A truck is an object or an instance of class Automobile, and in turn will possess all the characteristics and functionality define within the class Automobile.

Access Specifiers : Access Specifiers Public. Private. Protected.

Declaring a Class : Declaring a Class Class Automobile { Private Int wheel; Public: Void accelerate() { } Void brake() { } };

Scope Resolution Operator : Scope Resolution Operator Class can be defined outside the class also using scope resolution operator. :: Automobile::Accelerate() { }

Want to learn?

Sign up and browse through relevant courses.

Name:
Your Email:
Password:
Country:
Contact no:


Area code Number
Subjects you are interested in:
Word verification: (Enter the text as in image)


Sign Up Already a member? Sign In
I agree to WizIQ's User Agreement & Privacy Policy
jyoti insan
Certified and experienced IT trainer with 8 years teaching experience
User
5 Members Recommend
20 Followers

Your Facebook Friends on WizIQ

Give live classes, create & sell online courses

Try it free Plans & Pricing

Connect