<<< Inheritance in Java and C++ Compared | Index | Abstract Methods >>> |
Association, aggregation, and composition relationships in UML, Java, C++ can be:
public
protected
private
friend, C++ implementation technique.
Inheritance in UML and C++ can be as above (excluding friends in UML.)
Inheritance in Java is public.
<<< Inheritance in Java and C++ Compared | Index | Abstract Methods >>> |