注册
登录
java
>>
object-oriented-design
>>
返回
项目作者:
RameshMF
项目描述 :
Oops concepts and principles in Java.
高级语言:
Java
项目主页:
https://www.javaguides.net/p/object-oriented-design.html
项目地址:
git://github.com/RameshMF/object-oriented-design.git
创建时间:
2018-05-28T09:32:29Z
项目社区:
https://github.com/RameshMF/object-oriented-design
开源协议:
下载
Posts about
Oops Principles
,
Oops concepts
in order to design strong object-oriented design for J2EE Web Applications.
All
Oops concepts
are explained with real-world examples, lots of source code with an explanation, applicability, class diagrams etc.
Oops Concepts
Abstraction in Java with Example
Encapsulation in Java with Example
Inheritance in Java with Example
Polymorphism in Java with Example
Composition in Java with Example
Aggregation in Java with Example
Association in Java with Example
Cohesion in Java with Example
Coupling in Java with Example
Delegation in Java with Example
Source code is available on GitHub :
Object Oriented Design Guide
Design Principles(SOLID Oops Principles)
Single Responsibility Principle
Open Closed Principle
Liskov’s Substitution Principle
Interface Segregation Principle
Dependency Inversion Principle
Source code is available on GitHub :
Design Principles