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 |
Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.
what is programming language?
is possible to delete specific data in a row by using of sql query?
What is autocall macro and how to create autocall macro? what is the use of it?
I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help
why we use abstract in awt?
Write a program to reverse a number?
6.int x=10; float y=20; a=x%2=? b=y%2=?
What is the difference between in-proc and out-of-proc?
what are resources in case of Threads
List and explain any five built in functions for Lists data type in python
Define Abstract method & class with Example