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

Answer Posted / khushi

java is platform independent language and c++ is platform
dependent language.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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)

727


write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?

2132


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

1582


what are stubs related to foxpro?

1634


What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?

1600






what do u mean by tagging

1596


can any method return type may be constructor , or that method name allow

1555


write a sql qwery which include joining of two tables 4 marks mainframe

1450


3. What is the difference between testing and Quality Assurance?

1456


When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

1399


hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern

1496


what is adodb??y it is used for connection of V.B and access??what is ado?dao?

1743


How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?

3672


Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?

1543


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

2970