Showing posts with label Object Oriented programing.. Show all posts
Showing posts with label Object Oriented programing.. Show all posts

Sunday, October 4, 2015

A Brief History of C++

The history of C++ begins with C. The reason for this is easy to understand: C++ is built upon the foundation of C. Thus, C++ is a superset of C. C++ expanded and enhanced the C language to support object-oriented programming (which is described later in this module). C++ also added several other improvements to the C language, including an extended set of library routines. However, much of the spirit and flavor of C++ is directly inherited from C. Therefore, to fully understand and appreciate C++, you need to understand the “how and why” behind C.
C: The Beginning of the Modern Age of Programming
The invention of C defines the beginning of the modern age of programming. Its impact should not be underestimated because it fundamentally changed the way programming was approached and thought about. Its design philosophy and syntax have influenced every major language since. C was one of the major, revolutionary forces in computing.

Sunday, December 15, 2013

Do You Know: What Is an Object?

An object is merely a collection of related information and functionality. An object can be something that has a corresponding real-world manifestation (such as an employee is an object), something that has some virtual meaning (such as a window on the screen), or just some convenient abstraction within a program (a list of work to be done, for example). In C++ or JAVA language to have a clear concept on object is most important. Let's discuss the details.
An object is composed of the data that describes the object and the operations

Monday, December 9, 2013

Object Oriented Programming Technique (with C++)



This article is for those who are already familier with the programing system in c language. If you do not use c language then it will be hardly to understand the Object Oriented programing (simply OOP).
Before going to the main theme let us discuss what is object oriented language?

Object oriented programming language is the modification of c language features. It gives us the opportunity to solve and code any large and difficult problem within the simplest way. We can also divide the problem into