Iam doing my project on instant messaging , if you any new
ideas regarding this project ,please suggest it?
Answer Posted / manjit
planning is must in poject
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are the realtime excercises in C++?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is oops in simple words?
What is balance factor?
Advantage and disadvantage of routing in telecom sector
Can you explain polymorphism?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the real time example of encapsulation?
What is object and example?
what is the drawback of classical methods in oops?
What is the difference between inheritance and polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the highest level of cohesion?
Can static class have constructor?
Why do while loop is used?