|
properties a language need to permit clean OOP Hi c.o., are there a set of fundamental properties a language needs absolutely to be an "OOP language" ? Can we say that an "OOP language" is a language that allows to do OO programming (say from a nice OOD) without having the limitations of the language turning the program into an inextricable mess ? dyn... 26 Oct 2007 15:14
Construction of large object Hi, Firstly, I apologize if this is the wrong group for this question. I have a question regarding a design issue in my application and was hoping to get some advice. I'm developing a reporting application that makes a call to a 3rd party API to retrieve the results to be displayed in each report. The API me... 19 Oct 2007 09:20
Construction of large object Hi, Firstly, I apologize if this is the wrong group for this question. I have a question regarding a design issue in my application and was hoping to get some advice. I'm developing a reporting application that makes a call to a 3rd party API to retrieve the results to be displayed in each report. The API me... 19 Oct 2007 09:20
Constructing a large object Hi, I'd like to get your opinions on a particular design issue in my application. I need to call a method in a 3rd party API that takes one parameter and performs a complex calculation. This parameter is an object that exposes other objects as properties (these objects are also made up of other objects). So... 20 Oct 2007 11:19
A mathematical proof of encapsulation, part I Hi, folks, I wonder if I might ask for some help? I've developed some mathematical laws for encapsulation (for a tiny family of systems) but as I'm not in any research organisation, I can't effectively check archives to see whether my work is actually original, or whether someone's already been down this pat... 10 Dec 2007 00:22
CFP: APPLIED COMPUTING 2008 - deadline 16 November 2007 Submission Deadline: 16 November 2007 ************************************************************* IADIS INTERNATIONAL CONFERENCE APPLIED COMPUTING 2008 April 10-13, 2008 - ALGARVE, PORTUGAL ... 16 Oct 2007 08:51
Object Oriented Design Pattern I am quite familiar with oop programming and UML diagrams.I am moderate programmer in the field.I am wanting to start studying object oriented design patterns(All of them).Plz can any one suggest me links,books or stuffs for the purpose.Plz Plz ... 17 Nov 2007 10:29
Call for Papers: International MultiConference of Engineers and Computer Scientists IMECS 2008 CFP: International MultiConference of Engineers and Computer Scientists IMECS 2008 From: International Association of Engineers - IAENG 19-21 March, 2008, Hong Kong http://www.iaeng.org/IMECS2008 The IMECS 2008 is organized by the International Association of Engineers (IAENG), a non-profit international as... 14 Oct 2007 07:06
Don't Repeat Yourself vs Dependencies This is possibly a stupid question, but, I haven't decided the correct way to approach this and I thought I'd seek out more knowledgeable advice. On a project I'm working on a few different classes that access a database. Currently they do this by going through a separate class that they're coupled with (please... 17 Oct 2007 18:31
Showing exceptions on UML class diagram Hi, In my fault tolerant system i am going to have a single Log class that records errors also i need to show errors on the Dispaly device we have. As several parts of the system can throw exceptions, on a class diagram how do i represent these. I don't want every class to have an association with the Log class ot... 22 Oct 2007 11:04 |