Answer Posted / 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 |
Post New Answer View All Answers
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
pleasew define carrier scope in abap (sap).
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
what is the difference between Windows application and Unix application?
What is autocall macro and how to create autocall macro? what is the use of it?
how do i add a column dynamically in a table by using java application?
what are all the validation we need to perform in data stage?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
how to convert hashmap to arraylist with iteration
1) How can u create the table?
Define distributed queries. can you explain me as soon as possible
Difference of Console, web & windows applications?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.