What are the OOPS concepts?
Answer Posted / janet
Object oriented programming organizes a program around it's
data i.e objects and a set of well defined interface to
that data. An Object-oriented program can be characterized
as data controlling access to code.
| Is This Answer Correct ? | 432 Yes | 241 No |
Post New Answer View All Answers
Is this job good for future? can do this job post grduate student?
Templates mean
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
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.
Can you inherit a private class?
What is polymorphism in oop example?
What is polymorphism what are the different types of polymorphism?
What is polymorphism explain?
What is the real time example of encapsulation?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What does and I oop mean in text?
What is ambiguity in inheritance?
Why is polymorphism used?
Can main method override?
What are benefits of oop?