The most helpful video i've watched for helping me understand dynamic_cast! Thank you so much for your help!
@golden-jungoo655 Жыл бұрын
It was a very helpful explanation! Thank you very much 😊
@KnowledgeCenter Жыл бұрын
Thanks.
@sahiljain50864 жыл бұрын
very nice sir
@ezstudio3d5 жыл бұрын
Great video. I can't wait to watch all your videos
@KnowledgeCenter5 жыл бұрын
Thanks.
@sivaramakrishnachitithoti14283 жыл бұрын
Thanks. It is helpful to me.
@KnowledgeCenter3 жыл бұрын
Glad to hear that
@bhanodayareddy77734 жыл бұрын
I have a small doubt. When a class has 'virtual' method, how do you instantiate it?
@bhanodayareddy77734 жыл бұрын
Great lesson sir. I learned C++ long back and this is new to me. May I know in which version it is made allow?
@KnowledgeCenter4 жыл бұрын
@@bhanodayareddy7773 You can always instantiate classes having virtual methods. Only you can't instantiate a class if it has Pure Virtual methods, in that case it will be abstract.
@vinamrajha15715 ай бұрын
upcasting and downcasting should have been explained