Need explanation every type of void()
Created at 25 Jul 2018, 10:12
TJ
Need explanation every type of void()
25 Jul 2018, 10:12
Dear Anyone,
Can someone explain the difference and when to use any of this type of void() like:
- void()
- private void()
- private override void()
- protected override void()
- public override void()
- protected void()
- public void()
- and maybe any other type of void() ?
Thank you for any help.
PanagiotisCharalampous
25 Jul 2018, 10:33
Hi tjahjadibudiali,
You can start by studying the following resources
Accessibility Levels
Polymorphish
Best Regards,
Panagiotis
@PanagiotisCharalampous