Java is called as pure objerct oriented programming
language, where as c++ is not completely object
oriented.can any explain the detailed differenec between
these two
Answers were Sorted based on User's Feedback
Answer / khushi
java is platform independent language and c++ is platform
dependent language.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / krishna
java allows primitive variable,and it also allows static
methods and classes so its not purely object oriented
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nikhil
c++ is like nokia mobile where as java is like i-phone
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / paru jain
Because in java it is necessary is use class and object.
and Class and Object is the basic concept of java. In c++
it is not necessary to use clas and object
So java is Pure object Oriened Language
Is This Answer Correct ? | 0 Yes | 2 No |
what are resources in case of Threads
what are all the validation we need to perform in data stage?
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
Diff between IF and where ?
What is a singleton linked list?
£¢®£ž›;=9:B9<::C = ADITHI HOW TO GET?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
When will you use shell script/Perl ahead of C/C++?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
What is Console Application? & The purpose Of Console Application? with description.
what is web configuration file
. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.