kumod kumar


{ City } kolkata
< Country > india
* Profession * student
User No # 3737
Total Questions Posted # 1
Total Answers Posted # 5

Total Answers Posted for My Questions # 3
Total Views for My Questions # 8647

Users Marked my Answers as Correct # 200
Users Marked my Answers as Wrong # 41
Questions / { kumod kumar }
Questions Answers Category Views Company eMail

how to overload << and >> operator in c++

Wipro,

3 STL 8647




Answers / { kumod kumar }

Question { Sitel, 34093 }

if u became P.M of this country what the best u can do for
it?


Answer

i will become mad.

Is This Answer Correct ?    2 Yes 12 No

Question { CTS, 17223 }

A batsman average was 15.at last innings he took 23 runs
then his average became 16.how much run he should take to
make his average 18?


Answer

ans:- 34

Is This Answer Correct ?    2 Yes 3 No


Question { TCS, 39190 }

What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?


Answer

Java2.0 is the strongest programming Language

Is This Answer Correct ?    2 Yes 7 No

Question { RoboSoft, 55942 }

what is virtual function?


Answer

virtual function can be used to override the propertis of a
function.it is normaly used in inheritance. it is part of
polymerphism.

Is This Answer Correct ?    180 Yes 18 No

Question { 5917 }

important features of java which differenciate it from c++


Answer

there are following diff between java and c++
1) one of the most important diff is there is no pointre in
java but pointer is hidden from programmer.
2) java is pure object oriented programming language where
as c++ is not pure object oriented language is also support
c feature.
3) in java everything should be within class includin main
function where as it can be in calss or not.
4) java doesn't support operator overloading where as c++
souuprt
5)there is no global variable in java where as it is in c++
6) there is no distructor in java but threr is finally key
work
7)there is no multipal inharitance but is can be achived by
interface

Is This Answer Correct ?    14 Yes 1 No