C Plus Plus Introduction (C++ Introduction)

C Plus Plus Introduction (C++ Introduction)

We have already familiar with the C Programing Language. C Language is known as Procedural Programing Language (PPL) as because C consists of sequence of instructions i.e. the actions for the computer to follow and organizing these instructions into groups known as functions. However, this approach always not suitable specially for the real life applications term of bug free, maintenance and reusable code. To overcome this difficulty, the concepts of Object-Oriented Programing (OOP) comes out.

Basic Concept of Object-Oriented Programing (OOP)

As we know that Object-Oriented Programming (OOP) basically used to solve the real life applications. We can call OOP as the Programming methodology focuses on data rather than processes. It is a modular approach computer programming language which used bottom to top up execution programming technique. Each modules or objects combines the data and procedures (sequence of instructions) that act on data. A group of objects that have the properties, operations and behaviour in common is called a Class.

0/Post a Comment/Comments

Give suggestions if any? Thanks! Jitendra Kumar

Previous Post Next Post