What is inheritance and how many types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
what is different between oops and c++
What is a scope operator and tell me its functionality?
what is the usage of clas templates
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)
How do you use inheritance in unity?
tell about copy constructor
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
what is ns string? what is ns array?
Why is abstraction needed?
Get me an image implementation program.
Write a program to find out the number of palindromes in a sentence.
who is the father of OPPS