Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > Java

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 07-26-2016, 12:38 AM   #1
Shivangi Panwar
Registered User
 
Join Date: Nov 2015
Posts: 127
What is Object Oriented program?

What is Object Oriented program?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Shivangi Panwar is offline   Reply With Quote

Old 08-19-2016, 10:33 PM   #2
addisoncave
Registered User
 
Join Date: Jun 2016
Posts: 169
Object Oriented Programming is a more efficient approach of programming, that focus on data rather than function.Object is quite similar to a real time entity that have some attributes and behavior, where Class is the blueprint of an object. we create object to work with everything. First we design a prototype of that object object with class.
The simplified syntax of code in Java is:
Quote:
class Rectangle{ //creating class
int length; //variable members (attribute)
int width;

void insert(int l,int w){ //member methods (behavior)
length=l;
width=w;
}

void calculateArea(){System.out.println(length*width);}

public static void main(String args[]){
Rectangle r1=new Rectangle(); //creating object
Rectangle r2=new Rectangle();

r1.insert(11,5);
r2.insert(3,15);

r1.calculateArea();
r2.calculateArea();
}
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
addisoncave is offline   Reply With Quote
Old 09-20-2016, 01:05 AM   #3
arshi1586
Registered User
 
Join Date: Sep 2016
Location: Bhopal , Madhya pradesh
Posts: 18
Object-situated programming (OOP) is a programming dialect model composed around articles as opposed to "activities" and information as opposed to rationale. Generally, a project has been seen as a legitimate technique that takes input information, forms it, and produces yield information.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
arshi1586 is offline   Reply With Quote
Old 09-20-2016, 01:18 AM   #4
rightjobspk11
Registered User
 
Join Date: Sep 2016
Location: Faisalabad
Posts: 23
Smile Object Oriented Programming

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.
rightjobspk11 is offline   Reply With Quote
Old 09-27-2016, 02:34 AM   #5
loritharp
Registered User
 
Join Date: Sep 2016
Posts: 1
Object-oriented programming language (OOPL) is a high-level programming language based on the object-oriented programming (OOP) model.OOPL incorporates logical classes, objects, methods, relationships and other processes with the design of software and applications. go to best essay writing services If you have any doubt regarding writing essays or research papers on any topic.
loritharp is offline   Reply With Quote
Old 10-07-2016, 02:33 AM   #6
madhu
Registered User
 
Join Date: Oct 2016
Posts: 7
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
madhu is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the meaning of object oriented in programming ? sana8745 Programming General 5 03-24-2015 10:15 PM
[NEW]: XenLayer Hosting Affiliate Program - 100% commission per signup RussF Hosting Discussion 2 09-30-2014 01:14 PM
I have a new affilaite program that pays to give away Stock Photography eooc.box The Market 2 03-02-2013 02:20 AM
[NEW]: XenLayer Hosting Affiliate Program - 100% commission per signup RussF Post your ad here 1 03-01-2013 04:44 AM


All times are GMT -7. The time now is 01:56 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.