thread1177-1774094
Ghuys - I am having a cron job which was running successfully till July 23rd. Something happened, not known after which my scripts fails to create temp tables (there are multiple dependent temp table we create and drop in the script) in oracle DB while running through these...
Hi
There is a situation like the following.
class A
{
public:
int x;
};
class B: -------- A
{
// I should not access the x in this class
};
class C: -------- B
{
// I should access the x in this class
};
How is it possible, if yes.
debasis
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.