No announcements
Found 999775 threads
-
0 Votes
DIFFERENCE BETWEEN ABSTRACTION AND ENCAPSULATION WITH EXAMPLES IN C# ??
in addition to the above excellent reply: encapsulation helps you to bring together an object's properties & functions but abstraction means to ...Answered | 2 Replies | 5018 Views | Created by sumitsen - Saturday, May 3, 2014 12:56 PM | Last reply by Shreeharsh Ambli - Saturday, May 3, 2014 2:01 PM -
1 Votes
Encapsulation and abstraction
1:What is the difference between an encapsulation and abstraction?Answered | 3 Replies | 796 Views | Created by pianoboyCoder - Wednesday, October 7, 2015 3:52 AM | Last reply by Andy ONeill - Wednesday, October 7, 2015 10:26 AM -
7 Votes
Encapsulation, abstraction
Concept of Abstraction and Encapsulation are complementary.Answered | 5 Replies | 3225 Views | Created by waqar100 - Thursday, April 5, 2012 9:21 AM | Last reply by SouvickM - Thursday, April 5, 2012 4:17 PM -
7 Votes
What is difference between abstraction and abstract class ?
useful reply sir thanks now my question is that from above your explanation , we implement encapsulation using access specifier in the same way we use abstract ...Answered | 7 Replies | 10448 Views | Created by Vithal Wadje - Monday, January 6, 2014 5:18 PM | Last reply by Vithal Wadje - Monday, January 6, 2014 7:32 PM -
3 Votes
Difference between Abstract factory and Factory
Hi, i tried to answer differences betwen 3 factories pattern here: factory familyAnswered | 14 Replies | 8041 Views | Created by senthilkr - Wednesday, June 2, 2010 4:44 PM | Last reply by zzfima - Tuesday, November 12, 2013 11:20 AM -
1 Votes
DIFFERENCE BETWEEN ABSTRACT CLASS AND INTERFACE ?
- An abstract class is a class that can not be instantiated but that can contain code, i.e. it gives you the ability to specify default implementations of methods.Answered | 1 Replies | 1123 Views | Created by HUNNY-ARMSTRONG - Monday, August 5, 2013 8:53 AM | Last reply by Magnus (MM8) - Monday, August 5, 2013 9:30 AM -
3 Votes
difference between Pure abstract class and Interface?
Hi Bhagya, In summary and Very practical in the real world : Ref: Difference ...Answered | 7 Replies | 10346 Views | Created by Bhagya patil - Tuesday, August 19, 2014 11:32 AM | Last reply by Rigz1213 - Wednesday, August 20, 2014 10:13 AM -
0 Votes
What is the difference between Abstract class and Interface
http://stackoverflow.com/questions/761194/interface-vs-abstract-class-general-ooAnswered | 3 Replies | 2658 Views | Created by Kranthi u - Thursday, November 1, 2012 12:30 PM | Last reply by Karmjit Singh - Thursday, November 1, 2012 12:41 PM -
0 Votes
Abstraction
Abstraction and Encapsulation are different aspects of the main C# features.Answered | 6 Replies | 4056 Views | Created by DurgaMani - Friday, March 25, 2011 12:08 PM | Last reply by Leo Liu - MSFT - Friday, April 1, 2011 1:52 AM -
3 Votes
main difference between virtual and abstract method
1 more difference is...Answered | 4 Replies | 6791 Views | Created by Droisys - Tuesday, December 27, 2011 10:26 AM | Last reply by Neeraj Wadhwani - Wednesday, December 4, 2013 5:29 AM -
3 Votes
The difference between Factory method design pattern and Abstract Factory
The abstract factory pattern provides a way to encapsulate a group of individual factories that have a common theme.Answered | 6 Replies | 6943 Views | Created by Fly_fish - Wednesday, August 24, 2011 3:25 PM | Last reply by Fly_fish - Wednesday, August 31, 2011 10:11 AM -
0 Votes
Difference between a Abstract class with 4 abstract methods and a Interface with 4 abstract methods.
Your question is better rephrased as: What is the difference between an abstract class and a interfase?Answered | 2 Replies | 2818 Views | Created by priya2silverlight - Thursday, July 15, 2010 6:38 PM | Last reply by Serguey123 - Thursday, July 15, 2010 7:12 PM -
47 Votes
What's the difference between Abstract classes and Interfaces?
I have to say there have been a lot of different answers which is fantastic.Answered | 32 Replies | 262608 Views | Created by Garegin Gulyan - Friday, February 16, 2007 7:17 AM | Last reply by Sanjay Kr Singh - Saturday, November 3, 2012 9:31 PM -
0 Votes
Difference between encapsulation and abstraction
Abstraction Abstraction is a bit similar to encapsulation in the sense that it also allows you to "hide" things, but it does ...Answered | 2 Replies | 945 Views | Created by Anonymous - Friday, July 18, 2014 2:28 PM | Last reply by Anonymous - Friday, July 18, 2014 3:23 PM -
0 Votes
Difference between Encapsulation and Abstraction with example
User-784583665 posted Abstraction refers to the act of representing essential features without including the background details or explanations.Answered | 7 Replies | 632 Views | Created by Anonymous - Wednesday, December 28, 2011 4:54 AM | Last reply by Anonymous - Monday, January 2, 2012 8:39 AM -
1 Votes
Abstract Class and Interfaces
First there is a semantic difference.Answered | 7 Replies | 4296 Views | Created by Mahender - Tuesday, June 17, 2008 4:01 AM | Last reply by Greg Beech - Wednesday, June 18, 2008 9:38 PM -
0 Votes
Encapsulation .....
the answer is always it depends, I dont think it makes any difference in some cases, where you want a variable exposed. they call it bad practice but you can always easily refactor to make it ...Answered | 3 Replies | 3211 Views | Created by msanjayv - Wednesday, December 24, 2008 3:38 PM | Last reply by Hudong (Tony) Wang - Wednesday, December 24, 2008 5:27 PM -
1 Votes
encapsulation
Idea of Encapsulation is that a program that uses a class should not have to worry about how that class works internally,the program creates an instance of that class and calls its ...Answered | 6 Replies | 9118 Views | Created by aditya kr singh - Saturday, December 29, 2012 2:08 PM | Last reply by Bify Abraham - Friday, April 26, 2013 11:37 AM -
0 Votes
Encapsulation and Abstraction - Difference
http://forums.asp.net/t/1652780.aspx/1?Answered | 7 Replies | 147 Views | Created by Anonymous - Wednesday, March 9, 2011 4:24 AM | Last reply by Anonymous - Thursday, March 10, 2011 3:42 PM -
0 Votes
Difference between Abstraction and Encapsulation (OOPS concept)
Hi Sudarshan, Here is a good matrix takling about difference between Abstraction and ...Answered | 1 Replies | 1258 Views | Created by Sud Gujar - Monday, July 27, 2015 6:22 AM | Last reply by Kristin Xie - Tuesday, July 28, 2015 1:53 AM - Items 1 to 20 of 999775 Next ›
No announcements