blah blah blah is here! blah blah » Close

0
votes
1 answers

explana of c code

protected void Page_Load(object sender, EventArgs e) { if (Session["role"] == null) { hlAdminOrders.Visible = false; hlCategoryManagement.Visible = false; hlCustomers.Visible = false; hlMyOrders.Visible = false; hlMyProf ...

0
votes
2 answers

What are abstract classes?

Searched Google, but cudn't found the exact and simple understanding of why to use it? when to use it? how to use it? I only got answers in technical lang. please tell me in simple generaly what's abstract classes?

Feedback