On MovieTome: We have a the TRANSFORMERS 2 poster!
11 Resources for

polymorphism

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Say hello to polymorphism in VB6
May miss the most important aspect...of polymorphism. The ability to develop generic functions/methods/blocks of code that can process/handle any class that implements the interface. A real world example we created was an application monitoring application. We needed several different types of monitors (e.g. some to monitor SQL...
Tags: polymorphism, monitor, object oriented, C.J. Lombardo, programming, Microsoft Visual Basic 6.0
Discussion threads 2006-03-17
Reap the benefits of design patterns in software development
By Jeffrey T. JudayFor every development difficulty you encounter, chances are good that another developer has encountered the same problem. Like most developers, you're pressured to build reliable software fast and meet all requirements. Magic bullets don't exist in software development; instead, you rely on proven practices and methodologies. Among...
Tags: OOA/OOD/OOP, encapsulation, decomposition, Polymorphism, Crowe, Chizek and Company LLP, software development, benefit, software, Inheritance, design pattern, object-oriented
Technical articles 2004-04-01
Software Design: The benefits of polymorphism with ColdFusion Components
ColdFusion Components CFCs are object-like constructs that became available to ColdFusion developers with the release of ColdFusion MX. While they aren't quite "true" objects, they do have many of the capabilities that objects in other languages have. One of these capabilities is polymorphism.Polymorphism means "many forms" in Greek. When used...
Tags: Mice, Development tools, Allaire ColdFusion, Feline, Brian Kotek, software, benefit, Animal CFC, CFC, Mammal CFC, polymorphism, mouse
Technical articles 2004-02-04
The .NET Common Programming Model (CPM)
The basic principle of .NET is object-oriented development. The driving force behind it is the Common Programming Model CPM. Take a closer look at this core functionality.The .NET Common Programming Model CPM allows different languages to employ the .NET framework. In this article, I’ll offer an overview of the basic...
Tags: .NET, Application servers, Middleware, OOA/OOD/OOP, Sanders Kaufman, Jr., programming model, System.Object, Polymorphism, Common Programming Model, MyCar, Microsoft .NET
Technical articles 2002-08-19
Intro to OOP: Restricting access to object properties
Learn how to limit scope and restrict access to an object's properties. This article uses Java to illustrate these object-oriented techniques to access your data.In "Intro to OOP: A closer look at inheritance and polymorphism," we continued to explore the benefits of inheritance and polymorphism. Among other things, we learned:·        While...
Tags: OOA/OOD/OOP, Programming languages, object-oriented programming, object-oriented concept, Jeff Hanson, Java, polymorphism, package declaration, declaration
Technical articles 2001-07-03
Dynamic Metrics for Polymorphism in Object Oriented Systems
Metrics is the process by which numbers or symbols are assigned to attributes of entities in the real world in such a way as to describe them according to clearly defined rules. Software metrics are instruments or ways to measuring all the aspect of software product. These metrics are used...
Tags: Software, Metrics, Polymorphism, Object-oriented, Software Metric, Tools & Techniques, Ooa/Ood/Oop, Management, Software Development, Software/Web Development
White papers 2008-05-01
MSDN Webcast: Visual Basic .NET Soup to Nuts: Inheritance and Polymorphism (Level 200)
The presenter of this webcast will teach the basics of Microsoft's Visual Basic Language. The presenter will examine specific Visual Basic language features and also explain about iterators, loops and Branching.
Tags: Microsoft Developer Network, Webcast, Polymorphism, Microsoft Visual Basic, Microsoft Corp., Microsoft Visual Basic.Net, Microsoft Development Tools, Programming Languages, Development Tools, Software Development, Software/Web Development
Webcasts 2007-04-02
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: Polymorphism, Class, O'Reilly Media Inc., C#, .Net, Programming Languages, Software Development, Software/Web Development
Book chapters 2006-02-01
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, Polymorphism, Microsoft Visual Basic, Microsoft Corp., Object, Microsoft Development Tools, Development Tools, Software Development, Software/Web Development
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, Polymorphism, Microsoft Corp., C#, .Net, Programming Languages, Software Development, Software/Web Development
Webcasts
Typed Parametric Polymorphism for Aspects
This paper studies the incorporation of generic types in aspect languages. Since advice acts like method update, such a study has to accommodate the subtleties of the interaction of classes, polymorphism and aspects. Indeed, simple examples demonstrate that current aspect compiling techniques do not avoid runtime type errors. The paper...
Tags: Polymorphism
White papers 2006-02-23

Additional Resources

Say hello to polymorphism in VB6
In object-oriented programming, polymorphism refers to the ability to define more than one class with the same interface. Discover some of the tasks that can benefit from the use of polymorphism. The term polymorphism means "many forms" and, in object-oriented programming, it refers to the ability to...
Tags: Microsoft Visual Basic 6.0, Peter Aitken, OOA/OOD/OOP, Visual Basic Tips Newsletter, Method, Class, Car, Vehicle, Construction, Software Development, Software/Web Development
Technical articles 2005-08-01
Explore specialization in C# 2005
Novice programmers to whom C# is either a first language or at least their first object-oriented language need an introduction that is comprehensive but assumes no prior experience. This sample chapter from Learning C# 2005, Second Edition takes just such an accessible approach to its discussion of the object relationship...
Tags: Chapter, O'Reilly Media Inc., C#, .Net, Programming Languages, Ooa/Ood/Oop, Software Development, Software/Web Development
Book chapters 2006-06-26
DotFix NiceProtect 3.6 (Windows)
NiceProtect means external protection for your applications. Protection mechanism contents modern technologies of polymorphism, metamorphism and Virtual Machine protection. In addition, your program code may be packed that will reduce common size of program without loss of its functionality. As a result you have nice protection system for your applications.
Tags: Protection, GPcH Soft, Microsoft Windows, Desktop Virtualization, Operating Systems, Software
Software downloads 2008-12-10
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
Best practices for using ColdFusion Components
Since their release in ColdFusion Version 6.0, ColdFusion Components CFCs have continued to gain acceptance in the development community. CFCs support the object oriented essentials such as encapsulation, inheritance, and polymorphism and have given developers the impetus to embrace object oriented programming. This download explains some of the best CFC...
Tags: Allaire ColdFusion, Best Practice, Object-oriented, Ooa/Ood/Oop, Development Tools, Software Development, Software/Web Development
Download resources 2005-05-24
Graphical Representations and Infinite Virtual Worlds in a Logic and Functional Programming Course
The assignment scheme of the Logic and Functional Programming course has adopted the generation of graphical representations, quadtrees and octrees to teach the different features of this kind of languages: higher order functions, lazy evaluation, polymorphism, logical variables, constraint satisfaction, etc. The use of standard XML vocabularies: SVG for graphics...
Tags: Virtual World, Functional Programming
White papers 2003-03-20
Reduce, Reuse, Recycle (Session 4)-Object-Oriented Concepts in Microsoft .NET Winforms Applications-Level 200
Chances are your development approach is committed to an object-oriented methodology for writing extensible code. Join this fourth webcast in the essential 14-part series "Soup to Nuts - A Practical Guide to Building Windows Forms Applications with .NET," and learn more about object-oriented concepts such as reuse, encapsulation, polymorphism, and...
Tags: Microsoft .NET, Microsoft Corp., Object-oriented, Chances, Ooa/Ood/Oop, Software Development, Software/Web Development
Webcasts
Finding Diversity in Remote Code Injection Exploits
Remote code injection exploits inflict a significant societal cost, and an active underground economy has grown up around these continually evolving attacks. This paper presents a methodology for inferring the phylogeny, or evolutionary tree, of such exploits. The paper has applied this methodology to traffic captured at several vantage points,...
Tags: Methodology, Association For Computing Machinery, Exploit
White papers 2006-10-27
Macro Architecture in Pictures
Experienced SAS programmers use SAS Macro language all the time. Their combination of relative simplicity and power demonstrate the continued popularity of this language. The qualities which SAS macros share with object-oriented languages account for the power of macro programming. This paper will graphically model and introduce how SAS macros...
Tags: SAS Institute, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2005-03-09
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
Windows XP Professional Administration
Microsoft Windows XP's enhanced functionality and business productivity improvements can provide a significant payoff for your organization--but only ...
Buy Now

CIO Sessions