What is abstraction encapsulation?


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

Post New Answer

More OOPS Interview Questions

different types of castings

3 Answers   Siemens,


tell about copy constructor

3 Answers   Siemens,


What is object-oriented programming? Webopedia definition

0 Answers  


What is the oops and benefits of oops programming?

0 Answers  


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,






write a program to print * * * * * *

2 Answers  


why overriding?

3 Answers  


What is multilevel inheritance explain with example?

0 Answers  


Why interface is used?

0 Answers  


How is data security provided in Object Oriented languages? ?

5 Answers  


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 difference between objects and function

1 Answers  


Categories