How do you use inheritance in unity?
No Answer is Posted For this Question
Be the First to Post Answer
What is design patterns in C++?
What is the difference between inheritance and polymorphism?
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
In which cases you use override and new base?
What is difference between class and object with example?
can you give the dynamic polymorphism types?
tell about copy constructor
What is constructor in oop?
What is Agile methodology?
20 Answers ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,
How would you stop a class from class from being derived or inherited.
what is difference between objects and function
What is abstract class in oops?