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 |
7.x=10; y=20; x<<2=? x<<1=? y>>2=?
Info for guidewire documents and interview questions
swap two number wthout using third variable
what is the difference between an OS(operating system) and Framework?
What is test execution and when will we start execution please send me one example for this question
Explain the types of operations? Draw the figure for shift and rotate operations?
Write a program to create a process in UNIX
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
HOW TO BREAK THE FIREWALL?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Tag for turning an image into a hyperlink is
Can we write a method in JSP.If so how?