Wednesday, 21 December 2016
Object Oriented Programming
Object Oriented Programming (OOP) is a programming technique in which programs are written on the basis of objects. Object Oriented Programming is a powerful technique to develop software. It is used to analyze and design the applications in terms of objects. It deals with data and the procedures that processes the data as a single object. Object Oriented programming is easier to learn and modify.
Subscribe to:
Post Comments (Atom)
Methods in JAVA Language
In general, a way may be thanks to perform some task. Similarly, the tactic in Java may be a collection of instructions that performs a sel...
-
Write a program that declares a structure Book to store BookId, book name and price. it declares another structure Order that contains Or...
-
An Object represents an entity within the world like someone, thing or concept etc. An object is identified by its name. An object...
-
Write a program that displays the sum of the following series using do-while loop. 1+ 1/4 + 1/8 + ........ + 1/100 S...
No comments:
Post a Comment
If you have any doubt please let me know