Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Avoid these Java inheritance gotchas
- Inheritance is one of the primary composition mechanisms available in object-oriented programming. Some people criticize Java for supporting only single class inheritance as opposed to the multiple class inheritance that's possible under C++. However, even the less-complicated single inheritance leaves plenty of room for developer error. Below is a look...
- Tags: OOA/OOD/OOP, Programming languages, Listing C, Java, Inheritance, Ryan Brase, parent class, Sub, child class, getField, getField method
- Technical articles 2003-06-18
Additional Resources
- Look inside the Java Reflection class
- Java Reflection is a technology that looks inside a Java object at runtime and sees basically everything about the object that you would know at compile time. Discover the basic techniques involved in Reflection. Java Reflection is a technology that looks inside a Java object at runtime and...
- Tags: Java Reflection, Reflection API, Java, Peter V. Mikhalenko, Programming languages, Java Tips Newsletter, Method, Parameter, Class, Object, Field, InvocationHandler, Productivity, Software Development, Software/Web Development
- Technical articles 2006-11-08
- << Previous
- page 1 of 1
- Next >>