Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is cloning and how to clone an object in java??
cloning
0 Votes
2 Answers
26th Jun 2017, 12:42 AM
Santosh Kondepudi
Why to use class in C++? What is benefits of using Class and Object in C++?
c++
classes
objects
1 Vote
5 Answers
28th May 2020, 10:43 AM
Aniket Gade
Does anyone know how to describe the self parameter in object oriented programming?
classes
objects
oop
python
python3
1 Vote
4 Answers
3rd Jul 2017, 4:01 AM
Ava Nicole
Why we use static to call the object can't we use another method.
methods
static
void
1 Vote
4 Answers
7th Mar 2018, 12:27 PM
Ajay Verma
Why it is saying self not defined...why it won't print value of name
object
python3
1 Vote
2 Answers
25th Feb 2020, 5:42 AM
Sai Deepika Kathiri
Just pointing out line 8 as one of limitations of Js object dot notation
js
-1 Vote
4 Answers
5th Mar 2022, 8:38 PM
steve Purpose
How can I make my object acts like an array (but not only) ?
javascript
0 Votes
5 Answers
31st Mar 2018, 9:24 AM
clement
how can I created method the all object in class do it in java
java
1 Vote
4 Answers
3rd Sep 2019, 2:58 AM
Khaled Abd Al-hamead Hawwas
list.remove delete first object in the list, but not all similar objects.
delete
list.remove
lists
2 Votes
1 Answer
24th Dec 2017, 7:42 AM
Vladislav Lubomski
Can object files be added to a Visual Studio project for linking?
assembly
c#
linking
microsoft
studio
visual
1 Vote
2 Answers
4th Nov 2018, 3:32 PM
Clayton Cockrell
Which Object oriented programming language is more powerful and secure . Why?
c#
c++
java
javascript
objects
2 Votes
2 Answers
18th Dec 2016, 7:29 AM
Anoop Kunnambath
which two components are necessary in order to use information contained within an object in javascript?
javascript
0 Votes
3 Answers
27th Sep 2020, 4:57 AM
Hanifa Tavassoli
How to read a single character in java Scanner object
java
scanner
user-input
1 Vote
1 Answer
2nd Oct 2016, 2:47 PM
Rohit Kumar
Why I got AttributeError: 'Text' object has no attribute 'trace_variable?
attributeerror
python
tkinter
0 Votes
1 Answer
24th May 2018, 6:09 AM
Manish Mehta
How can i make this object move more than ones?
help
html
javascript
1 Vote
1 Answer
23rd Aug 2017, 12:43 AM
Reward
Function object from string object: need help with python in playground
functions
py
python
strings
0 Votes
2 Answers
28th Aug 2017, 5:34 AM
Super Woman
Why we can't access static variable with object reference in c# ?
c#
java
object
static
3 Votes
1 Answer
26th Feb 2017, 3:38 PM
SUCHIT YADAV
Trying to use object method to calculate volume of a rectangular prism
javascript
objects
0 Votes
1 Answer
27th Feb 2023, 10:57 AM
A Mohammed Alhaan
how do I make a logic of when the stopwatch zeroes in on an object or a number?
css
html
javascript
0 Votes
13 Answers
9th Aug 2018, 5:19 PM
Neymar Silva
AttributeError: 'list' object has no attribute 'text' . (Python Selenium) . Help me with suggestion or solution
attribute
attributeerror
python
selenium
0 Votes
9 Answers
8th Jul 2018, 8:23 AM
IMRAN HOSEN
Can i compare the two array of object like percent[0]>percent[1]. Here percent is an array percent[2]
arrays
2 Votes
7 Answers
5th Aug 2018, 6:45 PM
Praful Dhale
There is nothing more i can do with object and array in JavaScript . What should i do. ?
arrays
javascript
objects
1 Vote
10 Answers
17th May 2021, 1:01 AM
ShamsuCm
Can someone explain me what is object oriented programming in the most most most simplest words???
oops
1 Vote
4 Answers
9th Jan 2020, 2:24 PM
Risshi Raj Sen
What is the difference between an object variable and a class variable?
class
inheritance
java
php
variables
0 Votes
1 Answer
20th Jan 2020, 5:32 AM
Hegel Khaled Fredrish MOTOKOUA ZELOUMANE
Why I'm I getting default value after using the same object reference variable?
new_keyword_doubt
1 Vote
2 Answers
16th Jul 2022, 8:14 PM
Sanjay Ronaldo
What is the difference between these three declaration of object in java script ?
class
javascript
object
2 Votes
2 Answers
30th Nov 2019, 4:03 AM
Programmer Raja
Can we import blueprint object from another python flask file?
flask
python
python3
0 Votes
1 Answer
26th Mar 2020, 6:01 PM
Hassan Bari Raza
How to call operator bool() explicitly from my object ?
bool
c++
explicit
operator-overloading
0 Votes
1 Answer
21st May 2020, 8:37 AM
Terminal_Phantom
Is this java is a pure object oriented language ?
java
loops
-2 Votes
2 Answers
24th Jun 2016, 5:24 PM
chandra kanth
Python OOP- Acess a function variable through a class object
class_objects
classes
oop
python
0 Votes
1 Answer
19th Mar 2017, 2:30 PM
z77
Why create an object to use Scanner but not System.out.println?
input
java
object
output
1 Vote
1 Answer
11th Jun 2017, 9:24 AM
pimu
Why does printing a reference variable prints D string object if all it does is point to D memory address of D String object
java
reference-types
reference-variables
0 Votes
1 Answer
3rd Jul 2018, 8:30 AM
Just_Chuel
How would I make a 3D object in a world with C++
3d
c++
objects
0 Votes
3 Answers
13th Jul 2017, 2:29 PM
John McLaughlin
Why is there an object as an argument in this multi-thread example?
argument
java
method
multithreading
object
run
runnable
start
thread
threads
1 Vote
1 Answer
26th May 2019, 11:17 PM
Roger Wang
When i pass an object like this; for example: SomeMethod(this); How i do point to this object inside body function?; like "this" too?
c#
this
0 Votes
1 Answer
27th Apr 2016, 7:08 PM
Daniel Jaimes
which of the following statement is true - p1 is an object of person type / p1 is an instance of object person
javascript
objects
0 Votes
1 Answer
28th Oct 2016, 12:40 PM
Vinu Mon
I wanted my class to only have one object created at any given time?
1
a
at
c++
class
object
only
oop
time
1 Vote
3 Answers
29th Sep 2019, 3:20 PM
Shahil Ahmed
Can anyone suggest me best yt channel for learning function and object in JavaScript?
javascript
0 Votes
2 Answers
25th Sep 2023, 3:26 PM
Manik Kafle
Is java a complete Object Oriented programming language? If not, What is the Reason?
classes
6 Votes
1 Answer
14th Jul 2017, 2:42 PM
Bharath kumar
in java.awt package Graphics is an abstract class so how we can create the Graphics class object and call the methods.
java
9 Votes
8 Answers
7th Nov 2019, 10:21 AM
Saroj Patel
How to get pos X and Y of object in java
java
sololearn
swing
xy
0 Votes
2 Answers
28th Apr 2020, 7:52 PM
Grzesiek Sikorski
Code Playground couldn't work with objects in JS?
codeplayground
misfunction
object
0 Votes
10 Answers
27th Mar 2018, 4:35 PM
Mioz
What is the difference between a source code and an object code?
java
1 Vote
2 Answers
29th Jan 2017, 12:20 PM
Pradyumna Joshi
What is wrong with this code in: Spread in object literals tutorial:
es6
0 Votes
1 Answer
26th Nov 2019, 2:23 PM
Stuart Peel
C++ How to avoid Object Slicing with derived classes being stored in base vector
c++
constructor
object
slicing
0 Votes
4 Answers
10th Apr 2020, 4:22 PM
Tyler
What's the difference between function and methods? What is meant by an object here?
files
functions
methods
0 Votes
3 Answers
2nd Nov 2021, 5:34 AM
Himanshu Priyadarshi
why there is no tutorial for object oriented php in this application ?
php
3 Votes
2 Answers
13th Sep 2016, 11:58 AM
Jackie Vaswani
How to enter data in instance variables of object in arraylist from user on runtime in java?
java
oop
0 Votes
9 Answers
8th Feb 2019, 2:35 PM
S.K
Why won’t canvas.width and canvas.height work when used as object properties?
canvas
css
html
javascript
0 Votes
1 Answer
9th Jan 2019, 4:53 AM
Thomas Czernek
How to store value in a object of array using useState hook
hooks
javascript
react
reactjs
0 Votes
2 Answers
21st Dec 2022, 12:42 PM
karthik sudhakar
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
22
23
24
...
37
Next >
Hot today
What's wrong in my code?
4 Votes
App Development
1 Votes
what languages should I learn to learn python
1 Votes
GUI-Based Python code in Webpage
2 Votes
HTML
1 Votes
Is python better than javascript?
1 Votes
Introduction of html
0 Votes
Web Developer Job?
1 Votes
CSS or Tailwind
1 Votes
Russian
0 Votes