What is object and class in oops?
No Answer is Posted For this Question
Be the First to Post Answer
Get me an image implementation program.
WHEN A COPY CONSTER IS CALL ?
what uses of c++ language?
What are the advantages of inheritance?
26 Answers IBS, TCS,
What are callback functions in c++
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)
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Program to check whether a word is in all capital letters
How many human genes are polymorphic?
What is oops and its features?
What is polymorphism oop?
How is data security provided in Object Oriented languages? ?