Can abstract class have normal methods?
No Answer is Posted For this Question
Be the First to Post Answer
What is object in oop with example?
write a short note on Overloading of Binary Operator?
what is the difference between class and structure in C++?
what is the sylabus for priliminaries?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
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 a linked list?
features of OOPS
22 Answers Ness Technologies, Satyam,
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
What makes a language oop?
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram