rajdeep nandi


{ City } burdwan
< Country > india
* Profession *
User No # 105502
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 15
Users Marked my Answers as Wrong # 1
Questions / { rajdeep nandi }
Questions Answers Category Views Company eMail




Answers / { rajdeep nandi }

Question { Sapient, 6216 }

What is Default port of LDAP?


Answer

The default port for LDAP is 389.
Check here:
http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol

Is This Answer Correct ?    3 Yes 0 No

Question { Satyam, 4380 }

what is the new version of c++


Answer

The latest version of C++ is C++11. To know more check this:
http://www.stroustrup.com/C++11FAQ.html

Is This Answer Correct ?    6 Yes 1 No


Question { Wipro, 14665 }

can you give the dynamic polymorphism types?


Answer

Dynamic polymorphism can be method overriding in java and pure virtual functions in C++. In this the method name, type signature, and parameter list remains the same but works in a different manner based on different invocations.

Is This Answer Correct ?    6 Yes 0 No