c# - Call base class method after derived class constructor -


मेरे पास निम्न कक्षाएं हैं:

  वर्ग क्लाबेस {सार्वजनिक क्लाबेस () {/ * सामान बनायें * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / कोड>  

मुझे व्युत्पन्न वर्ग बनाने के बाद सामान करने की आवश्यकता है I

बस कॉल करें:

base.postConstructorMethod ();

अपने ClInherited वर्ग से।


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -