Answers for "unity abstract class vs interface"

1

unity abstract class vs interface

An abstract class generally defines the core identity of a class, 
while an interface is used to define peripheral abilities. 

This is why you can only have one base class, but a infinite number of interfaces
Posted by: Guest on January-23-2021
1

unity abstract class vs interface

An abstract class generally defines the core identity of a class, 
while an interface is used to define peripheral abilities. 

This is why you can only have one base class, but a infinite number of interfaces
Posted by: Guest on January-23-2021

Code answers related to "unity abstract class vs interface"

Browse Popular Code Answers by Language