class-structure Questions
1
I'm building a PHP web application, that should provide to the user a possiblity to order an "installation"/setup of a (ConnectDirect or File Transfer Gateway) connection between him and another pe...
Chaparral asked 15/2, 2016 at 17:20
3
I know the following is bad but I was under the impression that the first member of class is the starting address of the class. Is it wrong ?
class A{
public:
int a;
int b;
};
class B{
pub...
Swarth asked 19/8, 2014 at 7:30
3
if "attribute" is true do this "operation" else do nothing.
How do i show this in uml class diagram.
Thank you,
kim
Ibnrushd asked 7/4, 2010 at 4:40
2
Solved
I'd like to output (programmatically - C#) a list of all classes in my assembly.
Any hints or sample code how to do this? Reflection?
Centuple asked 22/8, 2009 at 9:59
2
Solved
I've got a somewhat primitive framework I've been using for most of my projects, but a general design issue came to mind that I haven't been able to work out yet. For a given application, should I ...
Merlenemerlin asked 20/10, 2008 at 23:51
1
© 2022 - 2024 — McMap. All rights reserved.