what is opps?why it is use in programming language?
Answers were Sorted based on User's Feedback
Answer / giri prasad.thota
oops means object oriented programing.this is usud to divide
a program in to objects and there is encapsulation,data
abstraction,inheritence.messege passing featurs is available
in oops.
Is This Answer Correct ? | 10 Yes | 3 No |
What is design patterns in C++?
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
The expansion of GNU
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 does and I oop mean?
What is property in oops?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
Is this job good for future? can do this job post grduate student?
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
how to find the correct email address format by using the programe?
what is the difference between <stdio.h>and "stdio.h"?
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++