Definition of Object Oriented Programming in single line?
Answer Posted / shweta chinchore
Object oriented programing is mainly focuses on object and
message passing between that objects to achieve real word
applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is abstraction in oop?
What is a function in oop?
What is the diamond problem in inheritance?
what's the basic's in dot net
What is the difference between inheritance and polymorphism?
What is encapsulation selenium?
What is advantage of inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Is oop better than procedural?
What is encapsulation in simple terms?
What does and I oop mean?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Can we create object of interface?
Please send ford technologies placement paper 2 my mail id
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).