Please enable JavaScript.
Coggle requires JavaScript to display documents.
OOP - Coggle Diagram
OOP
-
-
Method
Constructor
It creates an instance of the class. An explicitly defined constructor can accept input arguments, initialize property values, call other methods, and perform other operations necessary to create objects of the class
Implementation
the projects are technically and operationally implemented in the field, most often by using contractors or subcontractors
Interface
It is used to achieve total abstraction. It is also used to achieve loose coupling. Interfaces are used to implement abstraction
-
-
-
-
-