An object is any entity that can be manipulated by commands in a programming language. An object can be a value, a variable, a function, or a complex data-structure. In object-oriented programming, an object refers to an instance of a class.
2
votes
2answers
28 views
Converting Array with Objects to JSONstring
I return an array with my ajaxCall that looks like this:
http://d.pr/i/ojR4
Inside the objects is Json (example: http://d.pr/i/aAM2)
When i push this to my .hbs file (backbone) it's not possible to ...
-5
votes
0answers
37 views
How to return an object from a splitted string in c# [closed]
I've got a task from an interview my friend gave me, but it seems i can't get into it.
The task sounds like this:
Write a function "GetFilters" that accepts an input parameter "filtDefinitions" of ...
0
votes
1answer
31 views
Why is a function within an object constructor altering all objects previously created by that constructor?
I have a function within an object constructor that is altering all objects created by that constructor. I'm not sure why. Could someone please take a look at my code and tell me what I'm missing?
A ...
2
votes
2answers
29 views
Hardcoding Arrays and Objects or populate from Database? [closed]
At the present moment I am putting together a product website for my company featuring about 80 or 90 unique products with various characteristics.
Initially, I hard-coded a multidimensional array ...
-1
votes
2answers
60 views
python cast object to int
I am using the numpy module to retrieve the position of the maximum value in a 2d array. But this 2d array consists of MyObjects. Now I get the error:
TypeError: unorderable types: int() > ...
1
vote
1answer
28 views
How can I get objects to maintain their order
I know this has been talked about and I have tried many examples with no avail. Guessing I have a no win here but I want one last go at it, so I'll ask good old StackOverflow.
Here is an example ...
0
votes
1answer
49 views
templates and use class object function to compute
i have two vectors of objects bus and car. i need to create a templates to minus the distance travelled by using template. the distance minus will only be done within the same objects like bus1.dis - ...
0
votes
1answer
19 views
Get an object as an output using underscore.js
I am trying to use underscore.js on a simple object:
var tab = {
1: "obj1",
4: "obj4",
8: "obj8"
};
What I want to do is simply remove the elements with a key value higher than n so ...
0
votes
0answers
45 views
Difference between defining an anonymous function and assigning it to an object property and defining a normal method?
Reading "The Secrets of a Javascript Ninja" by John Resig, I came across this snippet:
var ninja = {
chirp:function(){
return n>1 ? ninja.chirp(n - 1) + "-chirp" :chirp;
}
};
Does the ...
-2
votes
2answers
59 views
Can someone help me with this class [closed]
class database(object):
def __init__(self):
self.l = []
def insert(self, e):
for i in range[len(self.l)]:
if i == e: return
self.l.append(e)
Why is ...
3
votes
1answer
35 views
Sorting JavaScript object arrays based on arbitrary lenght of properties
I have a JavaScript sort array function which takes a string I provide it, which is the name of the property I want to sort by and it sorts my array by that property name.
Thus:
function ...
0
votes
0answers
83 views
C++ Attempting to use a vector
Needing to use a vector for a Film object I have. Having errors thrown at me and unsure as to where things need to be moved to or if I'm naming things wrong. Probably something blatantly obvious.
...
0
votes
1answer
13 views
Pulling object properties out of arrays and converting to string
I am currently working on a chat app and am stuck on getting properties out of an array of objects. I first sent an ajax request with json as the datatype. When I check my (data) parameter in my ...
0
votes
2answers
26 views
How to use JPanel object with class extended?
I have a class main, which I'm calling all my classes that extend JPanel. So, just do: Frame.add(new JPanel). Knowing, that such class extend JPanel. However, I cannot to use object JPanel in that ...
-1
votes
2answers
29 views
Class to define union of objects [closed]
So.. I have this class, User, and any User has a set of Books and I want to define the class(es) and the hierarchy between this classes, so if I make the union between two Users, in the result, I want ...
0
votes
6answers
40 views
How can I transform an object into a different object from the same base class?
Let's say I have a board game where players can buy the squares that they land on. I have a method in my abstract base class of Squares called this:
public abstract void applyLandOnAffect(Player ...
0
votes
1answer
60 views
Dynamically name objects in Java
I'm working on an Android project and I have a problem with creating objects dynamically.
For example, I want the events named like this:
*event1
*event2
...
I'm used to work in PHP, and I know ...
2
votes
4answers
68 views
Access property/variable from unknown object
I have a list of 'object' that has different kinds of objects in it. I need to be able to edit/read a property of the objects that all of them have, but I don't know how to do that.
...
0
votes
2answers
47 views
C# Saving Object Values
Hope someone can help me with this. I have a method (user_login) than prompts for a user to login and then generates and returns an invoice and a token.
The problem is that if the user has already ...
0
votes
2answers
59 views
List of different objects that implement an interface [closed]
I saw something similar to this using inheritance but I want to use an interface
I want to create a single arraylist consisting of different objects.
ArrayList containing the following objects ...
1
vote
0answers
36 views
c# How to make an interface NonSerializable?
I would like to serialize an object of type Field. This object implements Observable with following code:
[Serializable]
public class Observable
{
[NonSerialized]
List<IObserver> ...
1
vote
1answer
32 views
Object Oriented Communication with WCF
I know that WCF is a message passing system, with specified Service Contract interface declaring methods that can return or take as argument instances of Data Contract classes.
My question is : Is it ...
0
votes
2answers
30 views
JavaScript HTML object HTMLSelectElement
I am trying to create a little HTML form where my users need to select some options from checkboxes and dropdown lists. The intended outcome is a text that is generated dynamically as the users ...
0
votes
0answers
17 views
OpenCV Stereo Vision Multiply Objects/ Color tracking
I would like to track multiple objects/ colors using the OpenCV library. On Youtube there are a few examples, but they are not really well explained or there is no source code available.
I have ...
1
vote
1answer
42 views
Flash Error #1009: Cannot access a property or method of a null object reference …?
I have a problem when I create a menu with flash as3. Can you guys help what should I do ...? Like this :
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at ...
0
votes
3answers
48 views
Javascript object sum value based on properties effeicently
I do have three objects inside an array in JS like below
[{"2013-03-02T00:00": 300}, {"2013-03-01T00:00": 200},{"2013-03-02T00:00": 50}]
I want something like below as output from the above array.
...
0
votes
1answer
31 views
vba error 438 but object class does contain sub
I am writing code which is supposed to read in data from an Excel worksheet, save it as strings into variables contained in an object of a class which I have defined and then add this object to an ...
0
votes
2answers
21 views
python 'function' object has no attribute 'GzipFile' [closed]
I write a function for compress file as following:
def gzip(filename):
'''Gzip the given file and then remove original file.'''
r_file = open(filename, 'r')
w_file = ...
0
votes
3answers
36 views
How to deserialize object from constructor in Java?
I am trying to do some funky stuff which i have never done before.
So what i am trying to do is:
I create an object by doing the following
Player playerVar = new Player(1234);
Players constructor ...
0
votes
0answers
7 views
Object Relation Class Diagram
I am designing a Object Relational Database and here is my Class Diagram:
http://canning.co.nz/AdvancedDatabase/Class_Diagram.png
My Computer Class has a 1-1 relationship with the CurrentUser Class. ...
0
votes
1answer
25 views
How to upload photo to instagram server from iOS App?
I want to upload photo from iPhone App to instagram without redirecting to the instagram app.I searched about this but i didn't get any information regarding this.I know that we can upload photo to ...
2
votes
1answer
46 views
Behavior of 'return' and 'new' in constructors
I wonder what's the difference between these two calls:
var a = Array(1,2,3);
var b = new Array(1,2,3);
I tried to mimic the behavior this way:
function test() {
return {x:42};
}
var a = ...
0
votes
1answer
34 views
Creating graphics objects that never overlap java
I'm making a small balloon game in java and trying to write my code, so that when I create new 'balloon' objects they don't overlap on the screen.
The code I have so far is:
public void newGame(){
...
0
votes
1answer
22 views
How to gather a jQuery object into the .on event using parameters rather than being in the global scope?
That was a tricky question to phrase. I will elaborate.
I have an object which is a datatable in this case, but it could be any jQuery object.
I listen for my button click with an .ON click event ...
0
votes
0answers
53 views
How to Sum the 2 result query from jquery
how can I sum 2 number from jquery. What I'm doing here is a chained select, my first select is Product (book), if they select jquery will display the price. my second select is Page (how many page) ...
2
votes
1answer
64 views
Java Object reference
This is regarding the usage of ArrayList returned by another class instance variable.
Class A {
//assigned list of string to it.
private List < String > newAl;
//returns the list
...
0
votes
1answer
39 views
Moving objects as a list
So in the below code I am trying to give a menu of instructions. What I am having problems with is the 'N' command section that calls the MakeTurtle() function. I am trying to add all turtles to a ...
0
votes
3answers
48 views
make object from list
Ok so I have this code:
earth = makeWorld()
def turtle():
list = ['Bill', 'Fred']
for name in list:
print name
name = makeTurtle(earth)
What I am wanting to do is iterate through the ...
1
vote
4answers
75 views
Can we run certain javascript in an object?
I am new at JavaScript objects and wondering if we could run JavaScript in an Object? This is what I want to do-
$('.element').click(function () {
var data = $(this).attr('data-home');
if ...
-5
votes
1answer
52 views
What is the benefit of creating an Object in Java? [closed]
I would like to know what is benefit of creating an object in Java. Because i can refer to methods , variables etc. of that class without creating an object for example. SecondClass second = null; ...
0
votes
3answers
51 views
Can't load a JSON file into python
I asked in another question for the type of this object, it is a text file coming from a URL.
variable = [["1","arbitrary string","another arbitrary string"],
["2","arbitrary string","another ...
1
vote
2answers
81 views
What kind of object is this?
I'm trying to load this object in python or PHP, but I'm now trying to know if there are libraries that are already written so that I don't parse the document myself.
variable = [["1","arbitrary ...
0
votes
3answers
62 views
Is it possible to make an object available everywhere in a program in java?
If I have two objects, in and out, is it possible to make those objects static or available every where? So that no matter where I am in a program I can type
out.println("Hello!");
and it functions ...
3
votes
3answers
40 views
Updating Javascript Objects
I have the following object:
var obj1 = {};
obj1.obj2 = {
prop1: 0
};
and the following function:
function func1() {
var p = obj1.obj2.prop1;
p += 2;
return p;
};
When updating ...
1
vote
3answers
76 views
Effective C# 2D lists
I am creating a State-Manager for a program. Each state will have a ID and a State class. I can add as many stats as I want by using an Add() function. Using a Change(ID) function will get change the ...
0
votes
6answers
72 views
Simple object sample in java [closed]
Variable could not be found error coming while I am trying to access m.name = "killer" inside the class. Please, help.
class Movie {
String name;
String genre;
int num;
public ...
0
votes
0answers
24 views
“Object doesn't support this action” when “newing” a nested Javascript object instance
I have created a "Namespace" of sorts using nested objects in Javascript and am trying to "new' up an instance of a javascript object.
//
// Create the ABC.DTO "namespace"
if (typeof (ABC) == ...
0
votes
5answers
78 views
How to effectively use static methods?
I am never quite sure that I am using static methods correctly. I understand how they work.
Let's say I have this class called Player(Java):
private int money;
private int lot;
private String piece;
...
-2
votes
1answer
40 views
Declaration of child method should be compatible with that of parent method in PHP 5.3.13 [duplicate]
I get the following error running PHP 5.3.13 and I cannot see why.
Declaration of CustomCourse::toArray() should be compatible with that
of BaseCourse::toArray()
This is my PHP code below, ...
0
votes
2answers
41 views
Run a method instead of yelling AttributeError
Is it possible to create a class that, when instantiated, would never throw AttributeError, but instead would call own method to define the attribute?
Currently, I can do:
class O: pass
o = O()
...



