Question:

OO means (Java)? etc

by  |  earlier

0 LIKES UnLike

Java is an Object Oriented language.

What does OO actually mean

 Tags:

   Report

1 ANSWERS


  1. With programming, you create objects and assign attributes to them at will, as opposed to functions or tasks to perform the same thing.

    So let's say you want to write something to a file. Instead of creating inline programming or a subroutine to perform this task,  you create a file-writing "object" that accepts parameters for it's attributes, for example, input file, output file, file type management, etc.

    Most languages support OO. That's really all it means; a language that supports object creation.

You're reading: OO means (Java)? etc

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.