Skip to main content

object oriented programming language


                 An overview of object oriented programming language
                                                  (C++)

The Objective oriented programming language continues to grow in popularity and usage. This is due to the power and ease-of-use of the language itself, along with the numerous features that continue to be added to the platform. Many programmers have developed a basic knowledge of the language and now want to further their expertise. The basic for C++ language is C. C language was invented and first implemented by Dennis Richie at AT &T Bell Laboratories, an American research company. C is basically a structured procedure oriented language. But C differs a lot from C++. Data hiding is main key of c++, unlike in C which means you can hide the data from the external functions and those data can be accessed by only the function confined to it. In C the data can be accessed by any function you defined, there were no restrictions that to which only function should have access to those data member’s. For example suppose that a company have some important data and that company wants that data should not be accessed by all the members in the company, only few people should have access to that. That’s where data hiding comes into picture and C doesn’t have that features. So to overcome that c++ was developed.

C++:
The major motivating factor in the convention of object oriented programming approach is to solve some of the flaws encountered in the procedural approach. OOP (object oriented programming) treats data as critical element in the programming development and does not allow it to flow freely around a system. It ties data more closely to the functions that operate on it and protects it from accidental modifications from outside world. OOP allow us to decompose into a number of entities called ‘objects’ and builds data and functions around these entities.

Features of OOP:-
1. Emphasis is on data rather than function.
2. Programs are divided into objects.
3. Data structure are designed such a way that they characterise the object.
4. Functions that operate on data of an object are tied together in data structure.
5. Data is hidden and cannot be accessed by external functions.
6. Objects communicate with each other through functions.
7. New data functions can be easily added whenever necessary.
8. Follows bottom up approach in program design.

Oop definition-:
It is an approach that provides a way of modularising the program by creating partitioned memory area for both data and functions that can be used for creating copies of such modules on demand.

And that’s an overview of c++. I shall be discussing on further more important things like programming, special features of c++,its built in data types and much more...

Comments

Post a Comment

Popular posts from this blog

ORIGIN OF ANCIENT INDO-EUROPEAN CULTURE

HISTORY LESSON :- As a student, history always managed to bore me. Always blah blah blah ... Usually, history is not my forte nor my usually picked topic. But, this one eventually caught my attention. THE ORIGIN OF MOST OF THE INDO-EUROPEAN CULTURES:- As referred to as PROTO-INDO-EUROPEAN (PIE) religion by modern archeologists and historians, this if considered to be the most accurate explanation of the birth of Vedic culture and the Western ones and their similarity and parallelism still astounds me.

Origin of universe in brief

Today, let’s talk about birth…of EVERYTHING. Sounds quite philosophical, but let’s approach this in a scientific manner. Curious? Good.  Let’s get started then. This is a story that occurred 13.8 billion years ago. There was nothing. No electrons, no light, no matter, no space, no time. Absolutely NOTHING. Total CHAOS. But, hey! There’s something in the middle of nothing! The ‘thing’ that’s infinitely hot, infinitely dense, infinitely small. The ‘thing’ where almost all the current religions and philosophies seem to converge. The one which we call ‘Brahmanda’, the ‘cosmic-egg’ that spawned everything that exists. The one which we now call the ‘primordial singularity’. Suddenly, out of the blue, this ‘primordial singularity’ explodes. Make no mistake, this ain’t a normal boom, this is the most violent, most powerful explosion that has ever happened. The explosion tha...

Foreword to Avyukta English

Avyuktha is a word of Sanskrit origin. It means crystal clear. Contextually it sounds two meanings.    1) To be transparent    2)To understand easily We through this blog aim at providing     1) An inch of knowledge about different fields     2) Synchronise modern thoughts with ancient Indian knowledge