Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

PlantUML : extension relation in class diagram

Tags: class

We can specify Class extension using the symbol

 

classExtension.txt

@startuml

title "Class Inheritance or extension"

abstract class Mammal

Class Dog
class BullDog
class Poodle
class Beagle

class Cat
class PersianCat
class Ragdoll

Mammal 

 

Above snippet generate below diagram.

 


 

Previous                                                    Next                                                    Home


This post first appeared on Java Tutorial : Blog To Learn Java Programming, please read the originial post: here

Share the post

PlantUML : extension relation in class diagram

×

Subscribe to Java Tutorial : Blog To Learn Java Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×