how to get the oracle certification? send me the answer


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

How Do you Code Composition and Aggregation in C++ ?

3 Answers   IBM, NET,


what is code for call by value and call by reference?

1 Answers  


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

0 Answers  


Where You Can Use Interface in your Project

0 Answers   KPIT,


different types of castings

3 Answers   Siemens,






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.

0 Answers  


What is the difference between a mixin and inheritance?

0 Answers  


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


Can an interface inherit a class?

0 Answers  


what is difference between class template and template class?

0 Answers  


what is the sylabus for priliminaries?

0 Answers  


What is the problem with multiple inheritance?

0 Answers  


Categories