About Abstraction
In computer programming languages which are used for development Web Applications, In these applications Abstraction play an imported role for Good development. Technically meaning of Abstraction hide the complexity of codes and shows functionality to user. This is powerful tool of Oops programming. By using Abstraction Programmer hides all things in codes but the relevant data about an object in order to reduce complexity and increase efficiency. In the same way resulting object itself can be referred to as an Abstraction, meaning a named entity made up of selected attributes and behavior specific to a particular usage of the originating entity. Abstraction is related to both encapsulation and data hiding.
Related resources for Abstraction
  • C# Abstraction10/13/2020 5:44:59 AM. C# Abstraction
  • Dependency Injection - Part Four -Embracing Abstraction8/18/2017 4:11:48 PM. Dependency Injection (DI) is a technique that helps us achieve loose coupling between objects and their collaborators. In this post, we will use constructor based dependency injection, however, we ar
  • How To Use Abstractions To Implement Platform Specific Functionality In Xamarin.Forms 5/1/2017 10:53:31 AM. This article explains how to use abstractions to implement platform specific functionality in Xamarin.Forms.
  • Introduction to JDBC8/2/2016 3:01:27 AM. In this video we will Understanding Introduction to JDBC.Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client m
  • Object Oriented Programming In C#6/3/2016 1:24:35 PM. In this article you will learn about Object Oriented Programming in C#.
  • Simplified Study Of Data Structure6/2/2016 11:24:02 AM. In this article you will learn about how we should look at the study of data structure in a simplified manner and what are the aspects and essential components of data structure theory.
  • JavaScript Object5/3/2016 7:52:30 AM. In this article you will learn about JavaScript Object.
  • Preparing .NET Interview - Part Six (OOPs)4/11/2016 11:59:44 AM. This article presents the common questions asked in .NET interview related to OOPs and explains the answers in an easy way.
  • Pillars Of OOP/Overview Of OOP4/8/2016 3:57:19 AM. In this article you will get an overview of OOP. A programming model which is mainly organized around the objects is called Object Oriented Programming.
  • Features Of OOPS Concepts11/9/2015 2:33:33 AM. In this article you will learn the different features of OOPS concepts.
  • OOPS Concepts And .NET Part 2: Inheritance, Abstraction And Polymorphism10/20/2015 4:30:48 AM. The following article is the second of a three-part article series that presents definitions and samples for different Object-Oriented Programming (OOP) concepts and its implementation in .NET
  • Brief About OOPs Concepts In C#10/7/2015 4:47:42 AM. In this article, I will demonstrate you an overview of object oriented programming language. Here I will explain what class, Encapsulation, Abstraction, etc. is.
  • OOP Overview7/21/2015 3:05:49 PM. This article explains Object Oriented Programming (OOP).
  • what is meant by data encapsulation5/8/2015 1:16:46 AM. In this Video i will be explaining about one of the most frequently asked questions on .NET i.e. What is meant by Data Encapsulation with clear explanation watch the video and understand the meaning of Data Encapsulation and understand the difference between abstraction and encapsulation so that you can answer the question easily when it is asked in the Interview.
  • What is meant by Data Abstraction5/6/2015 12:09:29 AM. In this Video i will be explaining about one of the most frequently asked questions on .NET i.e. What is meant by Data Abstraction with clear explanation watch the video and understand the meaning of Data Abstraction so that you can answer the question easily when it is asked on the Interview
  • Basics of C#12/10/2014 10:56:28 PM. I this article I will demonstrate the basics of C# like object, class etc.
  • Writing Better Code; Keeping it Maintainable2/4/2014 1:34:30 PM. This article provides guidance for writing better, more maintainable code.
  • Bridge Design Pattern Using C#11/30/2013 9:11:26 PM. Bridge pattern is part of the Structural design patterns.
  • Object Oriented Programming Using C#: Part 106/1/2013 11:32:04 AM. There is a very basic difference between encapsulation and abstraction for beginners of OOP. They might get confused by it. But there is huge difference between them if you understand both the topics in detail.
  • Abstract Classes in C#4/20/2013 7:16:09 AM. This article explains Abstract Classes in C#.
  • Abstraction in C#1/14/2013 4:06:28 PM. Abstraction is an important feature of any object-oriented programming language.
  • Bridge Pattern in VB.NET11/10/2012 1:30:36 AM. Bridge Pattern is commonly known as Handle/Body idiom in C++ community. This pattern is used for decoupling an abstraction from its implementation so that the two can vary independently.
  • Object Oriented Concepts in C#10/13/2012 4:47:19 AM. In this article we will discuss key concepts of object orientation with their practical implementation in C#. We will discuss here basics of OOPS including Interfaces, Access Modifiers, inheritance, polymorphism etc.
  • F# Data Abstraction Layer For C#10/5/2012 8:50:11 AM. In this article I'll take a look at building a data abstraction layer in F# and consuming it with C#.
  • Bridge Patterns in C# 10/3/2012 8:17:57 AM. Bridge Pattern is commonly known as Handle/Body idiom in C++ community. This pattern is used for decoupling an abstraction from its implementation so that the two can vary independently.
  • High Performance Abstraction Layer for Non-Blocking Asynchronous Thread Safe SqlServer Calls9/29/2012 10:39:56 AM. One of the things I find myself doing frequently is writing (and re-writing) plumbing code to execute database CRUD operations. I wrote an abstraction layer over asynchronous SqlServer calls that allows developers to correctly make async calls agains SqlServer without having to deal with any of the complex plumbing normally required. All source code is included with this article.
  • OOPS Concepts and .NET Part 2: Inheritance, Abstraction, & Polymorphism9/29/2012 7:04:01 AM. The following article is the second of a three-part article series that presents definitions and samples for different Object-Oriented Programming (OOP) concepts and its implementation in .NET. The first part examined the concepts of classes, objects, and structures. This part examines the concepts of inheritance, abstraction, and polymorphism. The third and last part will examine the concepts of interface, multiple interface inheritance, collections, and overloading.
  • ASP.NET Best Practices9/3/2012 7:52:27 PM. In this article we will explore some of the best practices in ASP.NET development.
  • Extend 3 Layer ASP.NET Application to 4 Layer to Achieve Higher Level Abstraction8/19/2012 3:57:37 PM. In this article we will understand the meaning of letter N in N-Layer applications and the concept of one of the OOPS pillar Abstraction.
  • Creating Extensible and Abstract Layer5/13/2012 5:56:45 AM. This article explains you about the abstraction and extensibility which is an important factor in modern day frameworks.
  • Abstraction in C#10/13/2010 6:11:32 AM. The word abstract means a concept or an idea not associated with any specific instance.