What is the difference between C++ and java?
Answer Posted / poorna
c++ and java these both are object oriented programming
langauge but java elimainated some of the difficulty of
pointers are eliminated in java
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
What is polymorphism and why is it important?
What is abstraction in oops with example?
What are the important components of cohesion?
Templates mean
Why is polymorphism used?
What are the components of marker interface?
Can you inherit a private class?
What is meant by multiple inheritance?
What is destructor oops?
What are the benefits of oop?
What is encapsulation in ict?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What type of loop is a for loop?
Which is not an object oriented programming language?