Skip to content

Plan2Code/Object-Oriented-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Object-Oriented-Programming

Object-oriented programming is a programming paradigm which focuses its attention on how to best describe concepts which exist in the real world programmatically. Objects are the constructs which we use as software engineers to describe the aforementioned real-world concepts. We use variables as our means to describe the intrinsic characteristics of real-world concepts. While methods are used to describe the behavior of these concepts.

Camera Class

The Camera class defines the key features and functions of a camera. It is a clear example of how classes are created in the Java programming langauge.

About

I use a camera, as an example, to explain the concept of object-oriented programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages