What is difference between data abstraction and encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
string is a class or data type in java?
what is pointers
What does <> mean pseudocode?
What is overriding in oops?
What are the three parts of a simple empty class?
Write 7 differences between "Public" function and "Private" function?
what is the definition of incapsulation
which is best institute to learn c,c++ in ameerpet hyderabad
What are the access specifiers avaible in c++?
Can we override main method?
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)
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION