wht is ditch
No Answer is Posted For this Question
Be the First to Post Answer
What does <> mean pseudocode?
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)
What is basic concept of oop?
What is a linked list?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
why overriding?
What are the valid types of data that the main () can return in C/C++ language
define oops with class and object
what is the technical or oop name of object?
What is Hashing and how is it done? Pictorial form?
How many human genes are polymorphic?
What is the difference between class and structure?