Skip to content

relson/agr-inv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agr-inv

Agregador de investimentos - Playlist do Canal Build & Run

Videos

Diagrama

classDiagram
    class Investment {
        +String name
        +float value
        +String type
        +getValue()
        +setValue(float value)
    }
    class Portfolio {
        +String owner
        +List~Investment~ investments
        +addInvestment(Investment investment)
        +removeInvestment(Investment investment)
        +getTotalValue()
    }
    Portfolio --> Investment
Loading

About

Agregador de investimentos - Playlist do Canal Build & Run

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages