Java Beginner

Object-oriented programming is a programming paradigm that represents concepts as "objects" that have data fields and associated procedures known as methods. In the object-oriented programming paradigm, "object", refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures.

There is an example of OOP which shows different area calculation of different object such as: circle, triangle, rectangle.
Ref: http://www.cs.utsa.edu/~wagner/CS1713/shape4/shape4_solution.html

মন্তব্যসমূহ