Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# inheritance

class parent_class
{
  
}
class child_class : parent_class
{
//Will simply move Data and Methods from the parent_class to the child class.
}
 
PREVIOUS NEXT
Tagged: #inheritance
ADD COMMENT
Topic
Name
2+1 =