Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Can you use multiple inheritance with VB.NET?
- Welcome to the maiden voyage of .NET Mentor, a monthly column in which Builder.com’s contributors will answer your questions about C#, VB.NET, ASP.NET, and anything else related to .NET development. To submit a question, simply drop us an e-mail.QuestionThis month’s question comes from Builder.com member shaunn:One thing I have noticed...
- Tags: .NET, Microsoft development tools, C#, Programming languages, Middleware, Jonathan Lurie, Microsoft Visual Basic.Net, inheritance, USPresident IS, multiple inheritance
- Technical articles 2003-04-30
- Intro to OOP: A closer look at inheritance and polymorphism
- Inheritance and polymorphism are among the most powerful features of object-oriented programming. See how Java approaches multiple inheritance and polymorphism in this introductory article on OOP.In ”Intro to OOP: Understanding classes and objects,” we discussed the benefits of inheritance and polymorphism. We explored the concept of extending a base class...
- Tags: OOA/OOD/OOP, object-oriented programming, Jeff Hanson, LandAnimal, WaterAnimal, Frog, multiple inheritance, inheritance
- Technical articles 2001-06-14
Additional Resources
- Modular Multiple Dispatch With Multiple Inheritance
- Overloaded functions and methods with multiple dispatch are useful for extending the functionality of existing classes in an object-oriented language. However, such functions introduce the possibility of ambiguous calls that cannot be resolved at run time, and modular static checking that such ambiguity does not exist has proved elusive in...
- Tags: Dispatch, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers 2007-03-15
- MB Eye Color Inheritance (exe)
- MB Eye Color Inheritance is an eye color determination tool for your child. This is based on the genetic inheritance of the eye color from a parent to a child. Eye color inheritance has been an interesting topic of discussion for many years. It is a known fact that many...
- Tags: Eye, MysticBoard, MB Eye Color Inheritance, Productivity, Tools & Techniques, Management
- Software downloads 2008-07-21
- MB Blood Type Inheritance (exe)
- MB Blood Type Inheritance is a blood type determination tool for your child. This is based on the genetic inheritance of a blood type from a parent to a child. MB Blood Type Inheritance is an interesting software with a simple to use interface. The result thus generated by the...
- Tags: Software, Blood, MysticBoard, MB Blood Type Inheritance, Tools & Techniques, Productivity, Management
- Software downloads 2008-07-21
- MSDN Webcast: Inheritance: Design and Code Reuse (Level 200)
- This webcast explores the concept of inheritance and how to use it effectively. The discussion covers a range of topics including inheritance and "is-a", polymorphic programming, design reuse with abstract base classes, code reuse with concrete base classes, and inheritance in the FxCL using Collections and Exceptions. The webcast also...
- Tags: Microsoft Developer Network, Webcast, Discussion, Data Access, Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- Create a complex type using XML schema inheritance
- Using inheritance, it is possible to create a complex type and then create an element that extends it by adding elements or attributes. Edmond Woychowsky shows how he fudged inheritance using XSLT. by Edmond Woychowsky
- Tags: XML Schema, Type, XML, Software/Web Development, Web Development, Edmond Woychowsky, UTF-8
- Blog posts 2008-11-20
- java
- Why is java not 100% pure oops?1. Operator overloading (except +)is not possible in java. 2. Primitives are not Objects. Though of course, there is wrapper class for that. 3. Multible inheritance through classes is not possible. 4. Availability of static methods and variables.java is...
- Tags: Programming languages, Java
- Q&A 2004-11-04
- Shurtugal.com News Reader (widget)
- The latest Inheritance Trilogy (Books, Movies, Games) news from the world's biggest Inheritance Trilogy Website, Shurtugal.com. This version is the first release on CNET Download.com.
- Tags: Books, Tim Bach, Games, Personal Technology
- Software downloads 2007-06-05
- On Decidability of Nominal Subtyping With Variance
- This paper investigates the algorithmics of subtyping in the presence of nominal inheritance and variance for generic types, as found in Java 5, Scala 2.0, and the .NET 2.0 Intermediate Language. They prove that the general problem is undecidable and characterize three different decidable fragments. From the latter, they conjecture...
- Tags: Variance, Association For Computing Machinery, .Net, Application Servers, Programming Languages, Middleware, Java, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2006-12-21
- Learning C# 2005: Inheritance and Polymorphism
- This paper focuses on specialization, which is implemented in C# through inheritance. This paper also explains how instances of more specialized classes can be treated as if they were instances of more general classes, a process known as polymorphism. This paper ends with a consideration of sealed classes, which cannot...
- Tags: Class, O'Reilly Media Inc., C#, .Net, Programming Languages, Software Development, Software/Web Development
- Book chapters 2006-02-01
- File migration to win2k3 - Permissions
- Hi, We're running a migration of data from a legacy domain (NT4) to an new Win2k3 server using the Quest Storage Suite tool. The files are migrating without too many issues but the permissions are a problem. They come over with Admin access for the legacy domain, but unless we...
- Tags: permission
- Q&A 2006-07-26
- Efficient Implementation of Java Interfaces: Invokeinterface Considered Harmless
- Single superclass inheritance enables simple and efficient table-driven virtual method dispatch. However, virtual method table dispatch does not handle multiple inheritance and interfaces. This complication has led to a widespread misimpression that interface method dispatch is inherently inefficient. This paper argues that with proper implementation techniques, Java interfaces need not...
- Tags: Method, Communication Skills, Programming Languages, Java, Productivity, Career, Software Development, Software/Web Development
- White papers
- MSDN Webcast: Inheritance and Polymorphism in Visual Basic (Level 200)
- The presenter of this webcast explains the basics of the Microsoft Visual Basic language. The presenter examines features that can help a person to create objects that are "Like" other objects. This webcast describes how a person sees this type of correlation in everyday objects and often need to model...
- Tags: Microsoft Developer Network, Webcast, Microsoft Visual Basic, Microsoft Corp., Object, Microsoft Development Tools, Digital Media, Programming Languages, Development Tools, Software Development, Software/Web Development, Consumer Electronics, Personal Technology
- Webcasts
- MSDN Webcast: Visual C# Soup to Nuts: Inheritance and Polymorphism (Level 200)
- This webcast explains the basics of the Microsoft Visual C# language and examines the specific Visual C# language features that enable a user to create objects that are similar to other objects. The webcast explains how inheritance and polymorphism can help the user to solve various problems, including reducing the...
- Tags: Microsoft Developer Network, Webcast, Microsoft Corp., C#, .Net, Digital Media, Programming Languages, Software Development, Software/Web Development, Consumer Electronics, Personal Technology
- Webcasts
- WIRASAT (Inheritance) (zip)
- WIRASAT Inheritance dealing with distribution of left out property of a deceased Muslim as per the rules defined by the Holy Qura'n, Hadith and Muslim laws. It is a 10 days It is based on purely Islamic Rules. Just tell the list of claimants and it will tell how and...
- Tags: Software, SofexIndia, Tools & Techniques, Management
- Software downloads 2007-08-27
- Establish common ASP.NET page features through inheritance
- Web Forms designer not availableIt exists many articles on the web with page inheritance but there is a big problem with that method. When using direct page inheritance the Web Forms designer becomes unavailable.To avoid the problem I replace page inheritance by another method :Public Class _Default ...
- Tags: asp.net, ASP.NET Page, ASP.NET-page, BasePage, ByVal, Establish, Microsoft ASP.NET, programming, topinambour, Web
- Discussion threads 2005-07-07
- Component Inheritance in EJB 2.0
- Component-based architectures eliminate a number of the limitations of object-oriented development. Enterprise JavaBeans EJB components offer a greater base for reuse and integration for Java developers than POJOs. However, to make the most of what they offer requires a shift in focus from development-oriented programming to the more flexible realm...
- Tags: EJB 2.0, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2005-10-25
- Inheritance and Interfaces
- Only a small percentage of Visual Basic 6.0 programmers ever found the need to create any class modules other than the ones that were automatically created when they built Visual Basic 6.0 forms. In addition, most programmers who did create their own class modules in Visual Basic 6.0 did so...
- Tags: Microsoft Visual Basic 6.0, Microsoft Visual Basic, Microsoft Corp., Class Module, Microsoft Development Tools, Programming Languages, Ooa/Ood/Oop, Development Tools, Software Development, Software/Web Development
- White papers 2002-02-01
- PowerMops (zip)
- PowerMops is a full featured, stand-alone development environment for programming the Macintosh. Inspired by Smalltalk and Neon, PowerMops is based on Forth with extensive object-oriented features such as multiple inheritance, early and late binding, persistent objects, and garbage collection. Its interactive development environment provides for fluid and productive programming by...
- Tags: Environment, Object-oriented, Programming, Development Environment, PowerMops, Ooa/Ood/Oop, Development Tools, Software Development, Software/Web Development
- Software downloads 2006-12-23
- << Previous
- page 1 of 1
- Next >>