What is the Difference between Abstraction and Encspsulation
Abstraction is showing only necessary things, but Encapsulation is hiding complexity.
for example, if we have a user log in form then we need only user id and password and a function to put on login button this shows abstrac…Read More
Interview Questions on SQL are based on following two tables, Employee Table and Employee Incentive Table.
Table Name : Employee
EMPLOYEE_IDFIRST_NAMELAST_NAMESALARYJOINING_DATEDEPARTMENT
1JohnAbraham100000001-JAN-13 12.0…Read More
What’s difference between Datagrid, Datalist and repeater
A Datagrid, Datalist and Repeater are all ASP.NET data Web controls.
They have many things in common like DataSource Property, DataBind Method
ItemDataBound and ItemCreated.
When you assign the DataSource Property of a Datag…Read More
0 comments:
Post a Comment