Archive for September, 2012

Just imagine what will the situation if this “object oriented child ” had not taken birth…!! I guess programmers and developers life will not be so good as of now.. 

 “coding is beautiful thing” 

Yes , completely true the features of this technique made the life of the coder quite easy. Take a look at the following:

The concept of object-orientation is quite simple. OOPS is an design philosophy.
CLASS: It is the representation of object. (blueprint) to describe details of object.
Example: CAR

OBJECT: Any real time entity , take space in memory, usually instance of class. for example :
HONDA CITY

This mode of programming language is helpful in solving real world problem. “data and method are bind together in Object”

**FEATURES OF OOPS**

Programming techniques may include features such as data abstractionencapsulationmessagingmodularitypolymorphism, and inheritance.

Simula67 came in 1960, the first object oriented language combine with c++ to give the features of object oriented world. other languages include Java, Smalltalk, C#.

personally, i like c#, and the only reason is my love towards Microsoft. Java is also good but at least not for me.Object-oriented features have been added to many existing languages during that time, including ada, basic, fortan, pascal, and others. Adding these features to languages that were not initially designed for them often led to problems with compatibility and maintainability of code.

 

Here i complete with my first bolg !! will see u again to explain more about this magical concept.

Hello world!

Posted: September 9, 2012 in Object Oriented concept Via C#

Welcome to WordPress.com! This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it.

Happy blogging!