Answer Posted / arya
the main principles of of oops are :-
-inheritance
-polymorphism
-reusuability
-data abstraction
-encapsulation
-class
-function
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is encapsulation example?
What is constructor in oop?
How can you overcome the diamond problem in inheritance?
What are different oops concepts?
What is interface? When and where is it used?
what type of question are asked in thoughtworks pair programming round ?
What is polymorphism give a real life example?
What is encapsulation in simple terms?
Can static class have constructor?
write a programe to calculate the simple intrest and compund intrest using by function overlading
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Can we create object of abstract class?
What is constructor overloading in oop?
What are the benefits of oop?
Can you inherit a private class?