explain oops concepts with examples?
Answer Posted / digvijay kumar singh
oops is logical view of the programming languages. it it
identify the charecterstic of the class 0r programming
languages.
it has some elements,if these elements is not fulfill in any
languages that not object oriented language.
class
object
encapsulATION
POLYMORPHISM
inheritence
message passing
runtime binding
security purpose objects
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
What is the difference between iterator and enumeration ?
Explain about main() method in java ?
What lambda means?
What is a flag and how does it work?
What is the difference between a method and a function in alice?
Should you use singleton pattern?
What is local class in java?
What are computer functions?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can we have a method name same as class name in java?
Can we overload destructor in java?
how its run?
What is t in generics in java?
Can we override tostring method in java?
What is the purpose of the strictfp keyword?