What are the main principles of OOP?
Answer / nashiinformaticssolutions
o Encapsulation: Wrapping data and methods that operate on the data into a single unit (class).
o Inheritance: Acquiring properties and behaviors from a parent class.
o Polymorphism: Performing a single function in multiple ways.
o Abstraction: Hiding the implementation details and exposing only the necessary features.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between an EXE and a DLL?
3 Answers ABC, Hykin Solutions, Infoedge, Infosys, Polaris,
what is page hit in operating system?
what is polymorphism in java.
swap two number wthout using third variable
How do i find out the number of parameters passed into function?
What is the difference beween joblib and steplib statements
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
How to know we are in home page of a web application using QTP
What is the first message line that any language learning prints on the screen? and why?
Difference of Console, web & windows applications?