MODERN APPLICATIONS OF OBJECT-ORIENTED LANGUAGES
#1

MODERN APPLICATIONS OF OBJECT-ORIENTED LANGUAGES

[attachment=17002]

INTRODUCTION

With introduction of graphical operating systems such as Windows, a new concept of programming has emerged. Programmers now design applications by putting together different pieces of already-written code that has been tested before, and each piece of code is called an “Object” [1]. Objects can have properties such as color, shape, size and data type. Because of underlying operating system behind it, its properties can be set rather than writing a lot of code. Not only that, one can create an application with an underlying database behind it, using all pre-programmed templates based upon the structure of the database.


Object-Oriented Concepts
Object-Oriented Concepts can be broken down into four properties:

• Inheritance
• Encapsulation
• Polymorphism
• Abstraction
Inheritance:
Developers reuse existing objects through the inheritance mechanism that most Object-Oriented tools provide. Inheritance is a critical concept of Object-Orientation, because it lets developers inherit the capabilities (methods and data) of existing objects. This lets developers maximize the use of application objects.
Developers can implement inheritance in two modes: single and multiple. Single inheritance allows the inheritance of information from a single object/class, whereas multiple inheritance allows objects to inherit information from two objects/class simultaneously.
Encapsulation:
This is one of the features of the Object-Oriented approach that has the most meaning for relational databases. Unlike a traditional relational implementation where data is manipulated by external applications and associates them with their base objects. Encapsulation makes data and methods without disturbing other portions of the application, as long as the external interfaces remain unchanged.
Polymorphism:
This is the ability of different objects to receive the same message and behave in different ways. It implies that a standard interface may be created for a related group of objects. The object’s specific action will depend on the message passed to the interface. Because the programmer is no longer concerned with the object’s internal constructs, one can create some extremely complex programs. Programmers only need to understand the interface to use the object.

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: pollution definition in marathi languages, automatic font detection for indian languages, population information in marathi languages, water pollution details in marathi languages, detail light pollution in marathi languages, adca course pdf hindi languages, poptache manogat in marathi languages,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
MODERN APPLICATIONS OF OBJECT-ORIENTED LANGUAGES - by seminar addict - 01-02-2012, 03:47 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Modern VLSI Design seminar addict 1 3,506 13-12-2012, 12:44 PM
Last Post: seminar details
  Infrared Object Counter seminar paper 1 2,046 30-11-2012, 12:06 PM
Last Post: seminar details
  Speech Recognition and its clinical applications seminar details 1 1,172 27-10-2012, 01:34 PM
Last Post: seminar details
  Components for Grid Connected Solar Inverters in Residential Applications seminar details 0 792 09-06-2012, 04:35 PM
Last Post: seminar details
  Service-Oriented Analysis service modeling seminar details 0 443 09-06-2012, 04:16 PM
Last Post: seminar details
  THREE AXIS PNEUMATIC MODERN TRAILERS seminar details 0 3,343 08-06-2012, 12:04 PM
Last Post: seminar details
  An Object Oriented Approach to Image Restoration in Matlab seminar details 0 907 07-06-2012, 05:28 PM
Last Post: seminar details
  Haptics technology in Educational Applications seminar details 0 857 05-06-2012, 01:39 PM
Last Post: seminar details
  ULTRASONIC SOUND WAVES –ITS APPLICATIONS IN SCIENCE seminar paper 0 930 16-03-2012, 12:06 PM
Last Post: seminar paper
  ANTENNAS FOR LOW POWER APPLICATIONS seminar paper 0 809 13-03-2012, 04:58 PM
Last Post: seminar paper

Forum Jump: