what is oop?

Answer Posted / ram

obeject oriented program.
in c only supports structured program. but latest languages c++ and java supports oops.
the data of c program is easily modified by any function in the program.
but in c++/java the data is wrapped to particular functions. so the data only modified by with in the class.
oops have features of
1)encapsulation. wrapping data.
2)inheritance. reusability of code.
3)abstraction.
4)polymorphism.
5)exception handling

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data _null_? ,Explain with code when u need to use it in data step programming ?

2828


why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2265


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3034


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

3859


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

3717






Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??

1783


How can you relate the function with the structure? Explain with an appropriate example.

2923


Write a routine to implement the polymarker function

4388


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2147


how to test pierrot divisor

2264


could you please send the program code for multiplying sparse matrix in c????

3078


How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2030


How to palindrom string in c language?

8882


Develop a routine to reflect an object about an arbitrarily selected plane

3001


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2415