Iam doing my project on instant messaging , if you any new
ideas regarding this project ,please suggest it?
Answers were Sorted based on User's Feedback
Answer / mohamed ferouze deen
Plan pannama edayum seiiya koodadu (\nothing should be done without planning)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is DeadlyDiamondDeathProblem ?
Which language is not a true object oriented programming language?
which is best institute to learn c,c++ in ameerpet hyderabad
what is the advantage in software? what is the difference between the software developer and Engineer
write a c++ program to find maximum of two numbers using inline functions.
How to deploy web appliction in web logic ?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
what is object slicing
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)
Why do we use polymorphism in oops?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
What is coupling in oop?