What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / teja
oop stands for object oriented programming language
in this language we are giving the main preference to the
objects
becoz
object is nothing but that physically exists in our world
And we have another condition also
i.e
for every class we must create an objet
procedure oriented programming is nthng but it is having
some step by step procedure
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is super in oop?
What is inheritance write a program to show use of inheritance?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is interface in oop?
What is the point of oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What does enum stand for?
What is byval and byref? What are differences between them?
#include
write a C++ program for booking using constructor and destructor.
How long to learn object oriented programming?
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 is the drawback of classical methods in oops?
Can we define a class within the interface?
What is class and example?