Answer Posted / ershad md sk
OOP is an OBJECT ORIENTED PROGRAMMING LANGUAGE where
everything is treated as Objects in ur problem space
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can a private method of a superclass be declared within a subclass?
What is the difference between throw and throws in java?
What are data types in programming?
Explain with example the concept of constant variable in java.
Is singleton a bad practice?
What is bean? Where it can be used?
What is procedure overloading?
What is the purpose of object oriented programming?
What's the difference between int and integer in java?
Compare java and python.
How many ways can we create singleton class?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
How list contains works in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
what is use of functional interface in java 8?