Search found 1 match

by kreakemp
Mon Nov 18, 2019 11:13 am
Forum: General Discussion
Topic: Inheritance usage resulting in code restart.
Replies: 1
Views: 2425

Inheritance usage resulting in code restart.

When I am using inheritance and trying to call the child class function using base class pointer code is restarting. When using the child class pointer then also code is restarting. But when using it with out inheritance its working fine. Kindly help me to resolve this. Code using base class pointer...