OOP (Object Oriented Programing) microtech institute in sialkot - Sialkot

Tuesday, 6 March 2018

Item details

City: Sialkot, Punjab
Offer type: Offer
Price: Rs 6,000

Contacts

Contact name Mirza Shaban Zafar
Phone 0321-6161065

Item description

COURSE DESCRIPTION
Object-oriented programming (OOP) is a programming language model organized around objects rather than “actions” and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data.

The programming challenge was seen as how to write the logic, not how to define the data. Object-oriented programming takes the view that what we really care about are the objects we want to manipulate rather than the logic required to manipulate them. Examples of objects range from human beings (described by name, address, and so forth) to buildings and floors (whose properties can be described and managed) down to the little widgets on a computer desktop (such as buttons and scroll bars).

The first step in OOP is to identify all the objects the programmer wants to manipulate and how they relate to each other, an exercise often known as data modeling. Once an object has been identified, it is generalized as a class of objects (think of Plato’s concept of the “ideal” chair that stands for all chairs) which defines the kind of data it contains and any logic sequences that can manipulate it. Each distinct logic sequence is known as amethod. Objects communicate with well-defined interfaces called messages.