.

Web.com Web Hosting
Sign up for PayPal and start accepting credit card payments instantly.

.

Hello If you are new here, so you might want to subscribe for my feed so Subscribe in a reader. Or bring updates In Your Email
Showing posts with label Software Development. Show all posts
Showing posts with label Software Development. Show all posts

Tuesday, July 6, 2010

Introduction to Objects in C# Tutorial

 An object is a combination of messages and data. Objects can receive and send messages and use messages to interact with each other. The messages contain information that is to be passed to the recipient object.

An object literally means a 'material thing' that's is capable of being presented to the senses. For our purpose, an object is tangible entity that may exhibit some well-defined behavior. For example, let us consider a  Football :

  • A football is a tangible entity, with a visible boundary.
  • A football has a specific defined purpose (such as bouncing).
  • You can direct a specific action towards a football by kicking it or tossing it.

Tuesday, June 29, 2010

What is Object-Oriented Methodology?

Object- Oriented Programming (OOP) is one of the most popular methodologies in software development. It offers a very powerful model for creating computer programs. It speeds the program development process, improves maintenance, and enhances reusability of programs.

Object-Orientation is a software develpoment methodology that is based on modeling a real-world system. An object is the core concept involved in object orientation. An object is a representation of a real-world entity or concept. For Example :- a window, a ball, a bat, a motorbike, a animal can be modeled as objects. You can think of an object-oriented model as a collection of objects and their inter-relationships.

The Foundation of Object-Orientation

Object-orientation is a type of methodology used for building software applications. An object-oriented program consists of classes, object and methods.
Related Posts with Thumbnails